Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is SPT equivalent of NODATA ?
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00463996
Message ID:
00464839
Views:
11
>What is the equivalent in SQL-server SQL pass-through of NODATA ? I.e how can I force an empty cursor -- efficiently? (This must be a dumb question!)

Have you tried SELECT TOP 0 ? As in...
SELECT TOP 0 * FROM pubs

TOP 0 chokes VFP, but MS SQL-Server supports it.
"Problems cannot be solved at the same level of awareness that created them." - Albert Einstein

Bruce Allen
NTX Data
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform