OTL 4.0, Examples for SQLite / ODBC

The examples below work with SQLite via ODBC.
  1. Example 277 (Simple Insert/Select/Update)
  2. Example 278 ("Incompatible datatypes in stream operation" exception)
  3. Example 279 (otl_datetime container and DATE/TIME/TIMESTAMP  table columns)
  4. Example 280 (otl_long_string container and a TEXT column)
  5. Example 281 (std::string and STL-compliant stream iterators)
  6. Example 282 (otl_stream::describe_select() with a simple Select)
  7. Example 283 (otl_stream and NULLs)
  8. Example 284 (OTL_ADD_NULL_TERMINATOR_STRING_SIZE)
  9. Example 474 (otl_long_string container and a BLOB column)
  10. Example 475 (Simple Insert/Select with VARBINARY datatype)
  11. Example 476 (Simple Insert/Select with BINARY datatype)
  12. Example 477 (Simple Insert/Select with VARBINARY datatype and otl_stream_read_iterator)
  13. Example 478 (Simple Insert/Select with BINARY datatype and otl_stream_read_iterator)
  14. Example 479  (otl_stream_read_iterator, "get by name" functions)
  15. Example 480 (Simple Insert/Select, otl_connect::operator<<, <<=, >>)

Contents Go Home

Copyright © 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.