Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select statements
Message
From
25/10/2000 19:05:08
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
25/10/2000 15:31:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00434231
Message ID:
00434379
Views:
17
>Max fields selected by SQL select = 255.
>Max # char's per command line, and subsequently, any SQL = 8192.
>
>This and other VFP Capacities in:
>support.microsoft.com/support/kb/articles/Q129/6/32.asp

Bob and Jim,

The way to get around the command line limitation is:
cMySelect = [SELECT ... ]
cMyFrom = [FROM ... ]
cMyWhere = [WHERE ... ]

cMySQL = cMySelect + cMyFrom + cMyWhere
&cMySQL

This also allows me to repeat the cMyFrom in more than one selection.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform