SQLGetDiagRec, sqlstate returned?

Поиск
Список
Период
Сортировка
От Heiser, Doris
Тема SQLGetDiagRec, sqlstate returned?
Дата
Msg-id 238C17DBF4050B40991C6D06B241D7D37E1ED9FC6E@ABGEX73E.FSC.NET
обсуждение исходный текст
Ответы Re: SQLGetDiagRec, sqlstate returned?  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список pgsql-odbc

Hi,

 

I have some problems with sqlstates returned from SQLGetDiagRec with psqlodbc. We use PostgreSQL with psqlodbc on Linux systems.

 

We do at least some checks on sqlstates returned from PostgreSQL within our application to implement some specific error reactions.

 

This worked fine with psqlodbc 08.01.0200 and PostgreSQL 8.1.9. We used to get a specific sqlstate and error message, e.g. “22021”, “invalid byte sequence for encoding…”.

 

Now we changed to psqlodbc 08.02.0500 and PostgreSQL 8.2.5. In the very same error situation we still see the error message as before. The sqlstate obtained with SQLGetDiagRec however seems to be always “HY000” (general error) in more or less any error situation.

 

I still see the sqlstate within PostgreSQL error log, so I guess the “HY000” is coming from the odbc driver. Can someone give me some help with this problem? Are we missing something in our application or is this normal behavior of the current driver version?

 

Thanks in advance and best regards,

Doris Heiser

 

 

 

 

 

 

 

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: How to open more than 300 connections to postgres database.
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: SQLGetDiagRec, sqlstate returned?