Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String too long...
Message
 
À
01/03/2002 12:30:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00627057
Message ID:
00627069
Vues:
18
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform