Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need advice with long vfp commands over 254 characters
Message
De
18/02/2005 20:14:21
 
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:
00988539
Vues:
25
You can break it up
Example Like this below

Var1="Select Field1, Field2,Field3,Field4.............etc.... "
Var2="Field100, Field101, Field102 From Item Where .........etc"

Var=Var1+Var2
=sqlexec(SQlConnect,Var)

It should work. Good Luck
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform