diff options
author | Ingela Anderton Andin <[email protected]> | 2010-03-09 13:11:42 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-09 13:11:42 +0000 |
commit | 065a54e7a0be98e8dc9842616b267c0e8fbeb318 (patch) | |
tree | e5ea085cbd2569cb96b4ab145c50b8ca724492ce /lib/odbc/doc/src/error_handling.xml | |
parent | 4d64020cbefff673c840bdd5fa136fa1c570651d (diff) | |
download | otp-065a54e7a0be98e8dc9842616b267c0e8fbeb318.tar.gz otp-065a54e7a0be98e8dc9842616b267c0e8fbeb318.tar.bz2 otp-065a54e7a0be98e8dc9842616b267c0e8fbeb318.zip |
OTP-7452 Support for SQL_WCHAR, SQL_WVARCHAR and strings as binaries
ODBC now handles the types SQL_WCHAR and SQL_WVARCHAR. ODBC also has a new
connection option to return all strings as binaries and also expect strings
to be binaries in the param_query function. This provides some but not a
full unicode support.
Diffstat (limited to 'lib/odbc/doc/src/error_handling.xml')
-rw-r--r-- | lib/odbc/doc/src/error_handling.xml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/lib/odbc/doc/src/error_handling.xml b/lib/odbc/doc/src/error_handling.xml index 26ad7f9848..c30acc5fdc 100644 --- a/lib/odbc/doc/src/error_handling.xml +++ b/lib/odbc/doc/src/error_handling.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>2003</year><year>2009</year> + <year>2003</year><year>2010</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + </legalnotice> <title>Error handling</title> @@ -126,15 +126,7 @@ c-process will exit. If the c-process crashes/exits it will bring the erlang-process down too and vice versa i.e. the connection is terminated.</p> - <note> - <p>The function connect/2 will start the odbc application if - that is not already done. In this case a supervisor information - log will be produced stating that the odbc application was started - as a temporary application. It is really the responsibility of the - application that uses the API too make sure it is started in the - desired way.</p> - </note> - + <section> <title>Error types</title> <p>The types of errors that may occur can be divide into the |