Board index » delphi » How to change an oracle database to a paradox database

How to change an oracle database to a paradox database

Have you tried the Data Migration Expert program (aka Data Pump) which
comes with Delphi C/S and Paradox C/S ?  You can pick a database to extract
from, pick one to migrate to, tag which tables you want to migrate and
optionally check the field names, table names, etc.. then press one button
and wallah!! instant conversion!

I've used the program numerous times going from Paradox to Interbase, SQL
Server, Oracle and Sybase and going from Interbase and Oracle to Paradox.

Keep in mind when you convert that Oracle DB, Paradox doesn't support
Triggers, Exceptions, Generators, Stored Procs, etc.. any Metadata for that
matter.

Jens-Peter Mucke <Jens-Peter.Mu...@BWG5.ERL1.Siemens.net> wrote in article
<33F8B659.5...@BWG5.ERL1.Siemens.net>...

Quote
> Hi all,

> we have an oracle database and want to copy the tables to a paradox
> database using Delphi 3.

> Does anybody have an idea ???

> Thanks for answers

>    Jens-Peter

 

Re:How to change an oracle database to a paradox database


Hi all,

we have an oracle database and want to copy the tables to a paradox
database using Delphi 3.

Does anybody have an idea ???

Thanks for answers

   Jens-Peter

Re:How to change an oracle database to a paradox database


Quote
>we have an oracle database and want to copy the tables to a paradox
>database using Delphi 3.
>Does anybody have an idea ???

Have a look at TBatchMove !

Marc
======================================================================
[ Marc Scheuner, marc.scheu...@berner.ch  CH-3001 BERNE, Switzerland ]
======================================================================

Other Threads