Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Allowable Length of SQL command text in SQLEXEC() ?
Message
From
08/10/2001 18:52:46
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
08/10/2001 18:39:42
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00565734
Message ID:
00565737
Views:
25
Richard,

Build your command like this:
lcSelect = [SELECT ...]
lcFrom = [FROM ...]
lcWhere = [WHERE ...]

lcSQL = lcSelect + lcFrom + lcWhere
SQLEXEC(nHandle, lcSQL, [SQLResults])
The 256 character limit is for a string literal (each one piece above), not the whole command.


>I have experienced an apparent limit of 255 chars length for the text within a SQLEXEC() command? Any Ideas as to what is going on? I thought the limit was supposed to be about 64K.
>
>Many thanks for any inputs
>
>Dick Balluff
>RLB Associates
>can be reached here or via rlb@surewest.net
>(916)789-8855
Previous
Reply
Map
View

Click here to load this message in the networking platform