Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Data to Tables
Message
 
To
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:
00407715
Views:
16
>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

Then it should work. Do you SCAN... ENDSCAN through the temp table? You also can try SCATTER MEMVAR and INSERT INTO temp FROM MEMVAR
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform