| View previous topic :: View next topic |
| Author |
Message |
pcerdaz Guest
|
Posted: Wed Dec 20, 2006 5:38 am Post subject: Better way to migration data from Paradox to IBX |
|
|
Hi,
Could you recommend me about the better way to make a migration of data from Paradox Tables to IBX tables. Basically I want to export from Paradox to IBX, but there isn't a common format between them.
Regards,
pcerdaz |
|
| Back to top |
|
 |
Wayne Niddery [TeamB] Guest
|
Posted: Wed Dec 20, 2006 9:15 pm Post subject: Re: Better way to migration data from Paradox to IBX |
|
|
pcerdaz wrote:
| Quote: |
Could you recommend me about the better way to make a migration of
data from Paradox Tables to IBX tables. Basically I want to export
from Paradox to IBX, but there isn't a common format between them.
|
Upsizing from Paradox to Interbase:
http://www.ibphoenix.com/main.nfs?a=ibphoenix&s=1096524868%3A393553&page=ibp_pdox_ib
(the article is on CodeGear's site somewhere but links to it don't seem to
be working at the moment).
A case study: http://dn.codegear.com/article/27006
--
Wayne Niddery - Winwright, Inc (www.winwright.ca)
Working for yourself is great because you get to work half days, and
you can choose any twelve hours you want. |
|
| Back to top |
|
 |
Quinn Wildman (CodeGear D Guest
|
Posted: Wed Dec 20, 2006 9:29 pm Post subject: Re: Better way to migration data from Paradox to IBX |
|
|
Paradox for Windows and older versions of Delphi/C++ Builder had a Data
Pump utility. It will do what you want if you have it.
pcerdaz wrote:
| Quote: | Hi,
Could you recommend me about the better way to make a migration of data from Paradox Tables to IBX tables. Basically I want to export from Paradox to IBX, but there isn't a common format between them.
Regards,
pcerdaz |
|
|
| Back to top |
|
 |
Kevin Mitchell Guest
|
Posted: Thu Dec 21, 2006 5:46 am Post subject: Re: Better way to migration data from Paradox to IBX |
|
|
Take a look at IBDataPump from CleverComponents. The link is:
http://www.clevercomponents.com/products/datapump/ibdatapump.asp
It's fast and easy to use. It will even generate the SQL needed to create
your Interbase database and tables. You may want to modify the SQL to use
SQL Domains or rename fields but you'll have a good initial database
definition.
- Kevin Mitchell
"pcerdaz" <pcerdaz (AT) manquehue (DOT) net> wrote in message
news:45887801$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
Hi,
Could you recommend me about the better way to make a migration of data
from Paradox Tables to IBX tables. Basically I want to export from Paradox
to IBX, but there isn't a common format between them.
Regards,
pcerdaz |
|
|
| Back to top |
|
 |
pcerdaz Guest
|
Posted: Sat Dec 23, 2006 9:55 pm Post subject: Re: Better way to migration data from Paradox to IBX |
|
|
Thank you all.
It was very interesting the references and also the DataPump
utilities. I tried first the DatabaseDesktop DataPump but it
had many problems; next I tried with IBDataPump and after two
adjustments it worked very well.
Best regards,
pcerdaz
"Kevin Mitchell" <kevin475 (AT) spamhotmail (DOT) com> wrote:
| Quote: | Take a look at IBDataPump from CleverComponents. The link is:
http://www.clevercomponents.com/products/datapump/ibdatapump.asp
It's fast and easy to use. It will even generate the SQL needed to create
your Interbase database and tables. You may want to modify the SQL to use
SQL Domains or rename fields but you'll have a good initial database
definition.
- Kevin Mitchell
"pcerdaz" <pcerdaz (AT) manquehue (DOT) net> wrote in message
news:45887801$1 (AT) newsgroups (DOT) borland.com...
Hi,
Could you recommend me about the better way to make a migration of data
from Paradox Tables to IBX tables. Basically I want to export from Paradox
to IBX, but there isn't a common format between them.
Regards,
pcerdaz
|
|
|
| Back to top |
|
 |
|