Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need advice with long vfp commands over 254 characters
Message
De
27/01/2005 02:59:06
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP3
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
00981108
Message ID:
00981119
Vues:
19
Hi Nancy.

If the error you are getting is because the string is too long, all you need to do is break it up into shorter strings, which is probably a good idea anyway since it will make it more readable. For Example, instead of

SQLPrepare("A really really really long SQL string")

you can use

SQLPrepare("A really really"+ ;
" Really long SQL String")

Ian Simcock.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform