diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-09-09 15:43:36 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-09-09 15:43:36 +0200 |
commit | 7b0552f2136cab272381b25685eec55fa5793ce4 (patch) | |
tree | 608fd1d41eaae4b8c12e83898548cfea58fe89d5 /lib/odbc/doc | |
parent | ac54f126d0a8aa4e7f5a7cf2e445d18e77443e30 (diff) | |
parent | fc13629197e7c3698ff0739b51d8219069444dec (diff) | |
download | otp-7b0552f2136cab272381b25685eec55fa5793ce4.tar.gz otp-7b0552f2136cab272381b25685eec55fa5793ce4.tar.bz2 otp-7b0552f2136cab272381b25685eec55fa5793ce4.zip |
Merge branch 'kenneth/doc_to_dtd/OTP-11193' into maint
* kenneth/doc_to_dtd/OTP-11193:
Corrections so that the documentation confirms to the DTD
Minor correction of xml structure to conform to the DTD
Diffstat (limited to 'lib/odbc/doc')
-rw-r--r-- | lib/odbc/doc/src/odbc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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. + </p> <list type="bulleted"> <item><c>ODBCErrorCode</c> is the ODBC error string returned by the ODBC driver.</item> <item><c>NativeErrorCode</c> is the numberic error code returned by the underlying database. The possible values and their meanings are dependent on the database being used.</item> <item><c>Reason</c> is as per the <c>Reason</c> field when extended errors are not enabled.</item> - </list></p> + </list> </desc> </func> <func> |