Hello All Friends..........
Transferring data from one database to another
|
|
|||||||||||||
|
closed as not a real question by Mason Wheeler, Craig Stuntz, gabr, JosephStyons, mghie Sep 3 at 20:27 |
|
|
Use SqlYog. Great piece of software that'll let you manage all of this or you can write a script to
or do on the fly inserts & figure out how to re-create the table |
||
|
|
|
|
If both databases are from the same DBMS kind (i.e. both SQL Server, both Oracle, both Interbase, etc), I'd user a vendor specific tool for it (for instance backup/restore). Otherwise, I'd use a generic tool for this, for instance, the Datapump portion of Database Workbench. |
||
|
|
|
|
If you are doing it as one-off thing, look at Access.
Easy |
||
|
|
|
|
Using Datapump you can import/export the entire schema's objects from on Database to other database. I guess this is for a tool for Oracle databases. You said, you have Delphi, in that case, you might try creating a database link for the source database in target database. |
||
|
|
|
|
Datapump help to you? |
||||||
|