Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String too long...
Message
 
To
01/03/2002 12:30:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00627057
Message ID:
00627069
Views:
22
>I'm trying to pass a string to sql with a length of 500. VFP truncates my string to 254. How do I pass the whole string?
>Thanks
>TomW

You could write it to a file, run the file then delete the file with something like the following.
strtofile(sqlString, "SQLTest.prg",0)
do SQLTest.prg
delete file SQLTest.*
HTH
Caroline
Previous
Reply
Map
View

Click here to load this message in the networking platform