Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Data to Tables
Message
From
22/08/2000 09:23:47
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00407692
Message ID:
00407703
Views:
23
Nick,
just simply want to merge new data into existing table. When new data is moved in..a temp table is created(same format) and I need to add this new information to the end of the existing table.... This is the code I've been trying to make work.

INSERT INTO cfile(Orig_lata, Term_lata, Bill_dur);
VALUE (temp.Orig_lata, temp.Term_lata,temp.Bill_dur)
appreciate any advise you have...thanks
Kelly
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform