Viewing 10 posts - 16 through 25 (of 25 total)
I have done several VFP and SQL Server conversions and found that I can access SQL Server tables using VFP and the ODBC drivers for SQL Server, including the running...
November 10, 2003 at 6:41 pm
I have done several VFP and SQL Server conversions and found that I can access SQL Server tables using VFP and the ODBC drivers for SQL Server, including the running...
November 10, 2003 at 6:33 pm
Responding to your question about examples to work thru -- I found Joe Celko's "SQL Puzzles and Answers" will give your brain a good workout -- it also gives more...
October 28, 2003 at 7:11 pm
I am finding that the "The Best of SQLSeverCentral.com 2002" book to be of great value -- and by buying it you can show your support for this site too.
...
October 28, 2003 at 7:05 pm
Need to study your code more closely and learn, but the SQL code that I implemented turned out to be quite simple
SELECT * FROM IMS
WHERE...
October 24, 2003 at 9:55 am
Thanks for your help -- I should have been able to figure that out all by my lonesome -- too late at night I guess (lame excuse).
October 24, 2003 at 9:19 am
I understand the where clause usage (I think). See pseudo code to hopefully clarify the intent of the condition query.
IF mUSER_ID = IMS.CREATE_BY THEN
SELECT * FROM IMS
ELSE
...
October 24, 2003 at 7:29 am
Think you want to use the update construct but do not include the ID field in the update list and then use the "where fldStudentID = @ID" clause to hit...
October 14, 2003 at 9:19 pm
Are you sure you are running Win2k "Server" and not just the Professional Edition.
I had the same problem -- to solve it I bought the Developer Version of SQL Server...
October 12, 2003 at 8:16 pm
Because SQL Server service packs are cumulative, you do not need to install previous service packs. Each service pack includes all fixes from previously released service packs, and can be...
August 26, 2003 at 8:26 pm
Viewing 10 posts - 16 through 25 (of 25 total)