wxWidgets and PostgreSQL

Поиск
Список
Период
Сортировка
От Frank Finner
Тема wxWidgets and PostgreSQL
Дата
Msg-id 20040403185556.15d422c1.postgresql@finner.de
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Chris Gamache
Дата:
Сообщение: Re: Troubleshoot "unexpected EOF on client connection"
Следующее
От: Jose' Cruanyes
Дата:
Сообщение: invalid input syntax for type tid: "(,)"