Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very long string value
Message
From
18/10/2005 22:10:41
 
 
To
18/10/2005 21:55:26
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01060129
Message ID:
01060133
Views:
17
Try putting your SELECT statement between TEXT TO ... ENDTEXT.

Also, a string length can be up to 255 but you can concatent multiples together like this

x = "a string that is 255 characters long"
y = "a string that is 255 characters long"

z = x + y
?Len(z) && 510

>I am building a select statement for SQL and they can be long.
>
>How do I store a string longer than 254 into a memory variable??
Previous
Reply
Map
View

Click here to load this message in the networking platform