Search Postgresql Archives

Re: number errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> Hi all,
>>
>> When my application returns errors from database, some numbers errors
is
>> equals.
>> Why number errors is equals? odbc driver or postgresql return this?
>>
>> It's run in Windows.
>>
>> Thanks.
>
>Hello,
>
>If you use ODBC - you should devide error from ODBC driver and errors
>from PostgreSQL, ODBC driver return it's own error codes, and composes
>error Description depending on Error Code and Text from PostgreSQL
>server. So you should have  numbers:
>1) ODBC error code - described in MSDN;
>2) Native PostgreSQL error code - described in PostgreSQL manual;
>3) Error description - composed by ODBC driver, based on description and
>
>error code, returned from server.

Hi,

Thanks for help.

I'm using ODBC Driver, so the ODBC driver returns the errors, ok?
So, this errors is independent from PostgreSQL server?







---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux