OTL 4.0, Examples for SQLite / ODBC
The examples below work with SQLite via ODBC.
- Example 277 (Simple
Insert/Select/Update)
- Example 278 ("Incompatible
datatypes in stream operation" exception)
- Example 279 (otl_datetime
container and DATE/TIME/TIMESTAMP table columns)
- Example 280 (otl_long_string
container and a TEXT column)
- Example 281 (std::string and
STL-compliant stream iterators)
- Example 282
(otl_stream::describe_select() with a simple Select)
- Example 283 (otl_stream and NULLs)
- Example 284
(OTL_ADD_NULL_TERMINATOR_STRING_SIZE)
- Example 474 (otl_long_string
container and a BLOB column)
- Example 475 (Simple
Insert/Select
with VARBINARY datatype)
- Example 476 (Simple Insert/Select
with BINARY datatype)
- Example 477
(Simple Insert/Select
with VARBINARY datatype and otl_stream_read_iterator)
- Example
478 (Simple Insert/Select
with BINARY datatype and otl_stream_read_iterator)
- Example 479
(otl_stream_read_iterator, "get by name" functions)
- Example 480
(Simple Insert/Select,
otl_connect::operator<<, <<=, >>)
Contents Go Home
Copyright © 1996-2024, 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.