From 7d658d12f2ff5d9fedd193b0eb4076871b602425 Mon Sep 17 00:00:00 2001 From: Kenneth Lundin Date: Thu, 4 Jul 2013 09:40:51 +0200 Subject: Minor correction of xml structure to conform to the DTD --- lib/odbc/doc/src/odbc.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/odbc/doc/src/odbc.xml b/lib/odbc/doc/src/odbc.xml index a984bf4485..48b105d1e4 100644 --- a/lib/odbc/doc/src/odbc.xml +++ b/lib/odbc/doc/src/odbc.xml @@ -213,12 +213,13 @@ Note that this information is probably of little use when writing database-independent code, but can be of assistance in providing more sophisticated error handling when dealing with a known underlying database. +

ODBCErrorCode is the ODBC error string returned by the ODBC driver. NativeErrorCode is the numberic error code returned by the underlying database. The possible values and their meanings are dependent on the database being used. Reason is as per the Reason field when extended errors are not enabled. -

+ -- cgit v1.2.3