Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01152804
Message ID:
01152853
Vues:
18
Paul, try
SQL_Text 	= "INSERT INTO testtable( empno"

for i = 1 to 10
	SQL_Text	= SQL_Text + ", Solde" + Transform(i)
next i

SQL_Text	= SQL_Text + ") Select Empno" 

for i = 1 to 10
	SQL_Text	= SQL_Text + ", Solde" + Transform(i)
next i

SQL_Text	= SQL_Text + " from myTable" 
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform