Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anyway to overwrite a table by others table in runtime ?
Message
De
07/05/1999 01:49:03
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
07/05/1999 01:28:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00215953
Message ID:
00215957
Vues:
37
>I have two table which they have same structure and fields. One of the table is temp table and the other one is i need. I wish to overwrite the record (they have same of records) the real table by temp table, is it have any cobe to do it ?
>thanks
>
>regard,
>chang
Chang,
This would need an exclusive access to real table. If it's OK you could do it with more than one ways. A simple one :
select RealTable
zap
append from TempTable
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform