Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing very long SQL-Commands to MySQL-Server
Message
 
To
26/03/2003 12:53:19
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00770320
Message ID:
00770332
Views:
14
Hi Albert,

>What is the best way to pass very long SQL_Commands to an MY_SQL Server ??

Strings can be longer than 254 characters, literals can not. If you assemble a longer string, split it up like this:
lcString = 'up to 254 characters' + 'up to 254 more characters...' + 'and so on'
--
Christof
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform