Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing very long SQL-Commands to MySQL-Server
Message
 
À
26/03/2003 12:53:19
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00770320
Message ID:
00770343
Vues:
7
>What is the best way to pass very long SQL_Commands to an MY_SQL Server ??
>Until now i do like this:
>
>l_command = 'insert into t_table set data1 = "abc",data2= "yxz"..........'
>l_ok= SQLEXEC(l_connection,l_command')

How about like this?
TEXT TO lcCommand
SELECT *
   FROM tables
   WHERE condition1
     AND condition2
   GROUP BY 1
   ORDER BY 2
ENDTEXT
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform