Utility for importing Paradox tables to MYSQL

2002-08-20 Thread Nick Lazidis
Hi, I used DbTools as Crecio O. Silva mentioned in his mail and I managed to import Paradox tables to MySQL successfully.. There is still a problem with the imported data which are not imported correctly because of the Greek chars that appear in the string fields. Could anyone have a clue how we

RE: Utility for importing Paradox tables to MYSQL

2002-08-20 Thread Peter Lovatt
--- -Original Message- From: Crercio O. Silva [mailto:[EMAIL PROTECTED]] Sent: 20 August 2002 13:17 To: [EMAIL PROTECTED] Subject: Re: Utility for importing Paradox tables to MYSQL Hi Nick, If you don't mind about the OS, yes there is. DBTools can handle Access, ODBC, Excel, Paradox, FoxPro, Cl

Re: Utility for importing Paradox tables to MYSQL

2002-08-20 Thread Crercio O. Silva
IL PROTECTED]> Sent: Tuesday, August 20, 2002 6:52 AM Subject: Utility for importing Paradox tables to MYSQL > Hi, > > I wonder if there is a utility for transferring Paradox tables to MySQL. > > Nickos > > > > -

Re: Utility for importing Paradox tables to MYSQL

2002-08-20 Thread Tod Harter
On Tuesday 20 August 2002 05:52 am, Nick Lazidis wrote: Its relatively straightforward to do it with a perl script. Just set up an ODBC data source to the Paradox database and install perl DBI and the DBD::ODBC and DBD::MySQL drivers. Then you can simply read records from Paradox via ODBC and

Utility for importing Paradox tables to MYSQL

2002-08-20 Thread Nick Lazidis
Hi, I wonder if there is a utility for transferring Paradox tables to MySQL. Nickos - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To