Home  +  Forums  +  C++ and Sockets  +  C++ and SQL: MySQL, sqlite, ODBC  +  Miscellaneous Projects
Logo
~Database~
~ C++ ~
~Contact~

MySQL wrapped

: another C++ wrapper for the MySQL C API

mysql devconnect member logo
[ About | Download | Examples | Class diagram | License ]

Latest version

FileRelease date
mysqlwrapped-1.6.1.tar.gz 2008-06-29
mysqlwrapped-1.6.1.zip 2008-06-29
Changelog 

Win32 users should download the .zip archive, because the visual studio project files in the .tar.gz archive does not have acceptable end of line characters.

Older versions

mysqlwrapped-1.6.tar.gz 2006-04-07
mysqlwrapped-1.6.zip 2006-04-07
mysqlwrapped-1.5.1.tar.gz 2006-03-24
mysqlwrapped-1.5.1.zip 2006-03-24
mysqlwrapped-1.5.tar.gz 2006-03-23
mysqlwrapped-1.5.zip 2006-03-23
  • 2004-08-20 v1.4 changes: Added support for the MySQL embedded server library, libmysqld. Name change to 'mysqlwrapped' - see Changelog. Included in the .tar.gz is now a visual studio project file, for win32 build.
  • Download mysqlwrapped-1.4.tar.gz
  • 2004-08-17 v1.3.3 changes: Removed Query constructor accepting pointer, leaving only constructor accepting a reference. Added Database::Connected method.
  • Download mysql++-1.3.3.tar.gz
  • 2004-08-15 v1.3.2 changes: Constructor accepts an optional IError* parameter, so error logging is enabled immediately. Better error checking and safer code when a database connection fails. New method Query::Connected to check that the database connection is ok. Using mysql_ping to make sure old connections are still ok. Reconnect is enabled by default, so timed out connection should be reconnected transparently.
  • Download mysql++-1.3.2.tar.gz
  • 2004-06-30 v1.3.1 changes: More operators on the set_t class to manipulate a column of type SET. New "is_null" method on Query object.
  • Download mysql++-1.3.1.tar.gz
  • 2004-06-22 v1.3 changes: Better mysql column type support: bigint, enum, set, and unsigned integers. Using correct type when returning mysql_insert_id(). Removed use of obsolete mysql C API function calls.
  • Download mysql++-1.3.tar.gz

Download mysql++-1.2.1.tar.gz
2004-06-18 v1.2.1 changes: minor bugfixes and dbdesigner compatibility issues
Download mysql++-1.2.tar.gz
2004-06-11 v1.2 changes: improved error logging, code cleanup
Download mysql++-1.1.tar.gz
Download mysql++-1.0.tar.gz

Page, code, and content Copyright (C) 2021 by Anders Hedström