Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending one record.
Message
 
To
15/12/1999 13:25:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00304200
Message ID:
00304208
Views:
35
Hi Kenneth,

The best way to do it is: copy the information you want to an array.
Example:

SELECT .... FROM table1 ;
INTO ARRAY ABC

INSERT INTO table2(....) VALUES (ABC(1), xpto, ABC(3), ...)

This way, you don't have to write directly the fields. Just reference an array with a short name (like this, ABC).

Good luck,

Ricardo
Previous
Reply
Map
View

Click here to load this message in the networking platform