Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SPT and getting 1 record only
Message
 
To
20/08/2000 07:27:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00407001
Message ID:
00407177
Views:
27
The statement should not need the ; because only fox needs this to continue the line--the whole idea is to pass a single string which will execute in the SQL server as a three line command. We use Microsoft SQL7, but the statement should work for any SQL server, since the syntax is ANSI 92 compatible. The chr(13) carriage return character serves as the line break at the SQL server. An example string would be:

"set rowcount 1"+chr(13)+"select * from pubs order by tag"+chr(13)+"set rowcount 0"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform