Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to replace / overwrite a table by other table !!
Message
From
07/05/1999 10:01:38
 
 
To
07/05/1999 08:24:39
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00215998
Message ID:
00216035
Views:
32
I assume realtable is part of a database.
To keep the attributes and references of the real table at runtime, I would not replace it.
May be:
select realtable
zap
append from temptable
works for you.

If you don't care about references and attributes of the realtable
select * from temptable into table realtable data abc
may work either.
Previous
Reply
Map
View

Click here to load this message in the networking platform