> Has anyone seen any tool that would connect to
> a Progress DB and dump out a .sql (DB structure & data)
> so I can then load it into MySQL.
I know very little about Progress, but...
I have managed to get PHP http://www.php.net talking to both MySQL and Progress 8.3
using the openlink drivers
Herris Kocibelli wrote:
>
> Hi all,
>
> Has anyone seen any tool that would connect to
> a Progress DB and dump out a .sql (DB structure & data)
> so I can then load it into MySQL.
> Also, another thing I want to achive is to be able to run
> Progress 4GL code against MySQL DB.
> Has anyone hear