odbcpp

odbcpp is a strong C++ wrapper for the ODBC database library.
Download

odbcpp Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Alexis Wilke and Doug Barbieri
  • Publisher web site:

odbcpp Tags


odbcpp Description

odbcpp is a strong C++ wrapper for the ODBC database library. odbcpp is a strong C++ wrapper for the ODBC database library.The ODBC library is a great concept. It is a library that wraps the implementation details from database managers inside a driver that can be access from one standard library.The problem with accessing a database, is the large amount of possible failures. Handling those by hand (in C) is really hard work. The ODBC library is a low level C library which has many functions all possibly returning errors.The odbcpp is a strong C++ wrapper that checks for errors on every single call to the ODBC interface. If an SQL statement, a connection or anything else fails, the library generates an exception.The license of the odbcpp library is GPL. This means you are free to use this library in your open source projects as much as you'd like. Here are some key features of "odbcpp": · Complete C++ Library Documention with Doxygen · Tests to ensure the validity of the library · C++ library to handle SQL calls · Free download on SourceForge.net · Works with the native MS-Windows ODBC.dll · Works with the unixodbc library under Linux and other Unices What's New in This Release: · Fixed the binding of the DECIMAL type · Fixed the binding of the BIGINT type · Enhanced the test to include more types and a -v option · Enhanced the documentation in different places · Fixed a bug with getting the size of the data being read · Added the missing win32 sub-folder to the source package


odbcpp Related Software