Migrate Firebird Delphi 7 Application to PostgreSQL

0

I'm trying to migrate an application that was developed in Delphi 7 and uses Firebird to save your information to the postgreSQL database, I have already been able to connect postgreSQL with Delphi with the help of ZeosLib, but this application uses many dbExpress features that Zeoslib does not have, so for this reason I will try to connect > PostgreSQL with ODBC, so that I can get through dbExpress to make this connection to this application. The problem is that it is possible to do this in Delphi 7, if yes how would it be possible to do this, I tried this way but this is giving error when I try to connect with ODBC created:

When I get to this part of configure it does not allow to do anything, just save, then after save when I try to open the same it already has a password, that because it was not the one that I configured, I have not the least idea of which is, if you have any idea ...

    
asked by anonymous 20.10.2016 / 21:31

1 answer

2

Have you tried using your own PostgreSQL ODBC driver?

  

Product psqlODBC Description psqlODBC is the official PostgreSQL ODBC   Driver.

     

License Open source Publisher PostgreSQL Global Development Group

You can download it at:   www.postgresql.org

The configuration is very quiet, if you try and make an error please post so I can try to help you.

    
20.10.2016 / 23:06