|
nanodbc
A small C++ wrapper for the native C ODBC API
|
This library provides a wrapper API for the native ODBC API. It aims to do everything ODBC does, but with a much nicer interface. Anything it doesn't (yet) do can be done by retrieving the native ODBC handles and dropping down to straight ODBC C API code. For more propaganda, please see the project homepage.
Copyright (C) lexicalunit lexic.nosp@m.alun.nosp@m.it@le.nosp@m.xica.nosp@m.lunit.nosp@m..com Copyright (C) Mateusz Loskot mateu.nosp@m.sz@l.nosp@m.oskot.nosp@m..net The MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Much of the code in this file was originally derived from TinyODBC. TinyODBC is hosted at http://code.google.com/p/tiodbc/ Copyright (C) SqUe squar.nosp@m.ious.nosp@m.@gmai.nosp@m.l.co.nosp@m.m License: The MIT License The idea for using RAII for transactions was inspired by SimpleDB: C++ ODBC database API, however the code in nanodbc is original and not derived from SimpleDB. Therefore the LGPL license under which SimpleDB is distributed does NOT apply to nanodbc. SimpleDB is hosted at http://simpledb.sourceforge.net Copyright (C) Eminence Technology Pty Ltd Copyright (C) Russell Kliese russe.nosp@m.ll@k.nosp@m.liese.nosp@m..id..nosp@m.au License: GNU Lesser General Public version 2.1 Some improvements and features are based on The Python ODBC Library. The Python ODBC Library is hosted at http://code.google.com/p/pyodbc/ License: The MIT License Implementation of column binding inspired by Nick E. Geht's source code posted to on CodeGuru. GSODBC hosted at http://www.codeguru.com/mfc_database/gsodbc.html Copyright (C) Nick E. Geht License: Perpetual license to reproduce, distribute, adapt, perform, display, and sublicense. See http://www.codeguru.com/submission-guidelines.php for details.