5
votes
Connecting to PostgreSQL through dbExpress ODBC driver
Andreano Lanusse
– Delphi XE2 and C + + Builder XE2 introduce the new dbExpress ODBC driver, which enable FireMonkey and VCL applications to connect to any database that provides a ODBC driver. In order to show how it works, I created a FireMonkey project sample that connect to a PostgreSQL database. As first step, you must install the PostgreSQL ODBC driver on the machine that will run the application. Second, applications compiled as 32-bit, requires the 32-bit ODBC driver, 64-bit applications will require the 64-bit ODBC driver. Onde installed the driver, create and configure a User DSN or System DSN on the ...
Statistics
|
Visits by Source |
User Actions |



