Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merging Databases
Message
From
01/02/1999 11:17:05
 
 
To
01/02/1999 11:11:44
Ian Matthews
Up & Running Technologies Inc
Chestermere, Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00182491
Message ID:
00182496
Views:
12
>I have 3 distinct VP6 Databases that I wish to merge into one database, without losing any information.
>
>If I try to add a table from one DB into another DB, VFP informs me only Free Tables can be added to a DB. If I remove a table from a DB to make it a Free Table, I lose my long file names, which obviously not very desireable - these are big tables.
>
>I can not find any documentation on this issue.
>
>Is there any way around this catch 22???

You can run GenDBC to get script for all DBC-stuff includeing CREATE TABLE ... etc. You may cut the script which is related to the table you want to move and run it within target DBC to get empty table with the same structure. After this you just APPEND data from one table to another.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform