Обсуждение: Re: [GENERAL] ODBC and Native error codes

Поиск
Список
Период
Сортировка

Re: [GENERAL] ODBC and Native error codes

От
Robert Sundström
Дата:
At 16:38 2001-11-06 , you wrote:
>[...]
>OK - PostgreSQL (Like all the other Database vendors above) does return an
>informative string, but it should also return the correct Native ANSI SQL
>number.
>[...]

Hello.
To be precise, the SQL standard does not specify anything about native
error codes. The vendor may return whetever they like. The standardized way
of managing error codes is through SQLSTATE:s, which are 5 character strings.