PostgreSQL 7.4 Error Codes and psqlODBC

From: Alexander Keusch <alex(at)keusch(dot)at>
To: pgsql-odbc(at)postgresql(dot)org
Subject: PostgreSQL 7.4 Error Codes and psqlODBC
Date: 2004-02-16 14:08:25
Message-ID: 4030CED9.4090506@keusch.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello!

I'm developing a database application on windows 2000 with wxWindows
2.4.2 (www.wxwindows.org) using it's database classes.

First I've used PostgreSQL 7.3.4 on a Debian Sagre server, but i hab
problems handling errors form the database. The classes from wxWindows
always returned a nativ error code of 7 and the sqlState of S1000
(general error) (whether it was inserted a duplicated primary key, or a
not existing column was selected ... ).
This seems to be a problem of PostgreSQL <7.4 beacause it dosn't know
error Codes.

So I've installed 7.4.1 with Cygwin. But the application still returns a
error code of 7 and a sqlState of S1000.
I've already taken a look into the source of wxWindows and it dosn't
seems to be a problem ob wxWindows.

My question is:
Is my assumption right that it is a problem of psqlodbc which is not
able to handle these error codes (in version 07.03.0200)?

Alexander Keusch

Browse pgsql-odbc by date

  From Date Subject
Next Message Greg Sabino Mullane 2004-02-18 00:30:58 Re: I want to use postresql for this app, but...
Previous Message Shachar Shemesh 2004-02-16 13:00:03 Re: column "oid" does not exist