Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very long string value
Message
 
 
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:
01060132
Views:
20
>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??

The limit is 8192 bytes per any VFP command including SELECT statement. The TEXTMERGE allows to avoid problem with string literal limit of 255 bytes. See Re: Storing a SQL statement within a char variable Message #1038906
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform