Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro help
Message
 
To
11/09/2006 13:27:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01152804
Message ID:
01152853
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform