Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exceed limit of string variable
Message
De
16/12/2004 15:25:51
 
 
À
13/12/2004 21:32:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Database:
Visual FoxPro
Divers
Thread ID:
00968977
Message ID:
00969830
Vues:
9
Hi Justy,

Write your SQL command to a file then use FILETOSTR() to create your string.

You should be able to execute a command up to 8192 characters in length. So you will need to test the length before executing the string.

If 8192 is too small, strip out indentation from the string and use ALIAS to shorten the SQL expression.

A final measure is to carry out multiple SQL selections in stages as the user works down your form.

HTH

Alan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform