OTL 4.0, Examples for Oracle, Unicode

The examples below show how to use OTL/ODBC with Oracle and Unicode based strings (NVARCHAR, NCHAR, NCLOB). In  C++, all string data is represented as  2-byte Unicode characters.  In order to enable OTL/ODBC and Unicode, the following #defines need to be defined: #define OTL_ODBC, #define OTL_UNICODE.
  1. Example 274  (Simple Unicode Insert/Select and NVARCHAR2 strings)
  2. Example 275 (Simple Unicode Insert/Select with NCLOB)
  3. Example 276 (Simple Unicode Insert/Select with NCLOB, and LOB streams)

Contents  Go Home

Copyrigh4 © 1996-2023, Sergei Kuchin, email: skuchin@gmail.com, skuchin@gmail.com .

Permission to use, copy, modify and redistribute this document for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.