Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transfering Database information

Status
Not open for further replies.

tjc240e

Technical User
Nov 12, 2004
133
US
Is there an easy way to copy a whole database into another database of the exact same structure?

TIA
 
The answer to your question depends on the type of the database engine you are using.
 
In delphi I am pulling information from a number of different databases (dbfs) and writing them into one temp.dbf file.
What I want to do is clone/copy this temp.dbf into temp2.dbf.
Both databases have the exact same file structure.
 
I use the Datapump to clone from one DB to another

Steven
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top