Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyway to overwrite a table by others table in runtime ?
Message
From
14/05/1999 16:59:19
Henri Miceli
Sprachcaffe Languages Plus
Frankfurt, Germany
 
 
To
07/05/1999 01:28:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00215953
Message ID:
00219231
Views:
20
there are amny ways you can do this. one is to get the records in your temp table and copy them to an array using 'append from array' command.
you can copy copy tables to the array strainght from a select using

example

dimension temp_records(1)

select * from tablename into array temp_records

select real_table
append from array temp_records
Previous
Reply
Map
View

Click here to load this message in the networking platform