Transfering data from one database to another

shaveyh10

New Member
We have another location, which is also using QAD, that utilizes a separate database. We would like to export all of their data into a newly created domain within our database.

Does anyone have any insight as to the best method for doing something like that?

Thanks for your assistance.
 
hi,

What we have done is
1. Dumped the .d's from the source db(no domain)
2. Loaded the .d's to the target db(domain)
3. Written 4GL code to add domain to all records in single user mode.
4. Database up and running with domain

HTH,
Shiva
 
Are the two dbs of different version? If yes ALWAYS use QAD conversion utilty else what you intend to do will bite you in future.
 
Back
Top