>> 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
>fr
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