Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Data to Tables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00407692
Message ID:
00407715
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform