wxWidgets and PostgreSQL - Mailing list pgsql-odbc

From Frank Finner
Subject wxWidgets and PostgreSQL
Date
Msg-id 20040403185556.15d422c1.postgresql@finner.de
Whole thread Raw
List pgsql-odbc
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.

pgsql-odbc by date:

Previous
From: Chris Gamache
Date:
Subject: Re: Troubleshoot "unexpected EOF on client connection"
Next
From: Jose' Cruanyes
Date:
Subject: invalid input syntax for type tid: "(,)"