Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dealing with a long SQL Select
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01629230
Message ID:
01629268
Views:
49
>>8192 is VFP statement size limit. SQL Server Length of a string containing SQL statements (batch size) = 65,536 * Network packet size (default 4k) = 64k*4k
>
>This explains some things. I understand now why SQL Server does not give an error. But I am wondering how come I create a SQL Select string in VFP of greater than 8192 and I don't get an error. Unless I misunderstood the "8192 VFP statement size limit"

8192 is max # of characters per VFP command line. A string size limit is about 16MB or more depending how you will use it.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform