wxWidgets and PostgreSQL

From: Frank Finner <postgresql(at)finner(dot)de>
To: pgsql-odbc(at)postgresql(dot)org
Subject: wxWidgets and PostgreSQL
Date: 2004-04-03 16:55:56
Message-ID: 20040403185556.15d422c1.postgresql@finner.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-odbc by date

  From Date Subject
Next Message Jose' Cruanyes 2004-04-03 17:57:56 invalid input syntax for type tid: "(,)"
Previous Message Chris Gamache 2004-04-01 21:59:06 Re: Troubleshoot "unexpected EOF on client connection"