Page 1 of 1
Migrate from ODAC to PostgreSQL Data Access Components
Posted: Tue 04 Feb 2014 09:43
by vassot
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
Posted: Tue 04 Feb 2014 12:33
by AlexP
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.
Re: Migrate from ODAC to PostgreSQL Data Access Components
Posted: Tue 04 Feb 2014 14:05
by vassot
Thank you!
Re: Migrate from ODAC to PostgreSQL Data Access Components
Posted: Wed 05 Feb 2014 10:12
by AlexP
If you have any further questions, feel free to contact us.