odbcpp

Software Screenshot:
odbcpp
Software Details:
Version: 1.7
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 7

Rating: nan/5 (Total Votes: 0)

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.

Features:

  • 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 is new in this release:

  • Memory allocation is now limited when reading a column that is not bound (i.e. TEXT and other columns that do not have an exact size, since each row may have a different length).

What is new in version 1.5:

  • 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

What is new in version 1.4:

  • The VARCHAR would not work properly because it was bound with the wrong type. This made the type VARCHAR unusable in your tables.
  • This version also fixes the filename of the Win32 version. (version first, then Win32).

Similar Software

psycopg
psycopg

12 May 15

Jailer
Jailer

26 Apr 16

MagicDraw UML
MagicDraw UML

11 May 15

Yada
Yada

2 Jun 15

Other Software of Developer Alexis Wilke and Doug Barbieri

W-Packager
W-Packager

20 Feb 15

Comments to odbcpp

Comments not found
Add Comment
Turn on images!