Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyway to overwrite a table by others table in runtime ?
Message
From
07/05/1999 01:49:03
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
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:
00215957
Views:
38
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform