Thread: wxWidgets and PostgreSQL

wxWidgets and PostgreSQL

From
Frank Finner
Date:
Hi,

did anybody succeed recently connecting from a wxWidgets program with ODBC (the implementation is
based on iODBC) to a PostgreSQL database? The problem seems to be PostgreSQL driver related, because
with other databases it works.

PostgreSQL is 7.4.2
wxWidgets is 2.4.2
PsqlODBC is 07.03.0100 (which seems to be the latest release dated 2003-05-15)

Setup is quite simple:

--
[ODBC Data Sources]
mydsn = PostgreSQL

[mydsn]
Driver   = /usr/local/lib/psqlodbc.so
Database = frank
Port     = 5432
Server   = localhost
--

Regards, Frank.