Delphi
New Member
Hello, I am new to Progress but I have been recently assigned a job to copy a DB schema to MySQL.
I have a Progress 10 Personal Edition DB, and I need to copy the DB schema to MySQL DB. The Progress DB does not support dumping because its the personal edition.
Basically I need to re-create all the table's on the Progress DB to a new MySQL DB.
I was thinking that I can just write program in C# .NET that would connect to the Progress DB and go through every table and make a create script for MySQL.
Is this the right way to go? How do I connect to a Progress DB from C# code? Do I need some special adapters installed?
Whats the best way to do this?
Help is greatly appreciated.
Thank you.
I have a Progress 10 Personal Edition DB, and I need to copy the DB schema to MySQL DB. The Progress DB does not support dumping because its the personal edition.
Basically I need to re-create all the table's on the Progress DB to a new MySQL DB.
I was thinking that I can just write program in C# .NET that would connect to the Progress DB and go through every table and make a create script for MySQL.
Is this the right way to go? How do I connect to a Progress DB from C# code? Do I need some special adapters installed?
Whats the best way to do this?
Help is greatly appreciated.
Thank you.