Exportfrom Progress to MySQL (via access)

peter_poulsen

New Member
I have Progress database with a lot of tables. I would like to export four of these to a MySQL database. How do I do that? I have tried the scripts found at http://www.geocities.com/ncsoft/ but I get some weird error message I don't understand (I have been using Progress for less than three days and I would like to move to MySQL as I'm far om experienced with that). I have tried to import the tables to Access (XP) hopeing that I could use that to export to MySQL, but Access give me a "Reserved Error -7778" message. Any ideas?

Yours
Peter
 
peter_poulsen said:
I have Progress database with a lot of tables. I would like to export four of these to a MySQL database. How do I do that? I have tried the scripts found at http://www.geocities.com/ncsoft/ but I get some weird error message I don't understand (I have been using Progress for less than three days and I would like to move to MySQL as I'm far om experienced with that). I have tried to import the tables to Access (XP) hopeing that I could use that to export to MySQL, but Access give me a "Reserved Error -7778" message. Any ideas?

Yours
Peter
Try to use Data Administration.
Menu : PRO/SLQ -> Dump as CREATE TABLE Statement...
 
Back
Top