Migrate from ODAC to PostgreSQL Data Access Components
Migrate from ODAC to PostgreSQL Data Access Components
Hello, our company is thinking about migrating from Oracle to PostgreSQL. How easy is it to convert all my odac components to pgdac - as there are too many of them in my projects!
Re: Migrate from ODAC to PostgreSQL Data Access Components
Hello,
You can use any utility (or plugin for Delphi), which allows to globally modify data in files. You can also replace ODAC classes (ToraSession, TOraQuery, etc.) with respective PgDAC classes (TPgConnection, TPgQuery, etc.). However, since these products contain methods, events and properties, that don't match each other (or don't exist), you will have to modify them manually.
You can use any utility (or plugin for Delphi), which allows to globally modify data in files. You can also replace ODAC classes (ToraSession, TOraQuery, etc.) with respective PgDAC classes (TPgConnection, TPgQuery, etc.). However, since these products contain methods, events and properties, that don't match each other (or don't exist), you will have to modify them manually.
Re: Migrate from ODAC to PostgreSQL Data Access Components
If you have any further questions, feel free to contact us.