Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
254 character limitiation on strings sent to sql..
Message
From
18/06/2001 21:13:39
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
18/06/2001 16:42:52
Frank Cavone
Monetary Management of Ny, Inc.
Albany, New York, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00520766
Message ID:
00520830
Views:
19
Frank,

I can's speak for SQL-Server specifically, but the following works well for me:
lcSelect = [SELECT ..... ]
lcFrom   = [FROM .... ]
lcWhere  = [WHERE ..... ]
lcSQL = lcSelect + lcFrom + lcWhere 
SQLEXEC(nHandle, lcSQL)
>to all
>i am sending query stings to sql server to bring back cursors for my reports. when the string is 254 characters or less it runs fine but otherwise it bombs out. has anyone else had this problem, and/or is their a workaround for it
>tia
>frank
Previous
Reply
Map
View

Click here to load this message in the networking platform