odbcpp Documentation
1.0
The odbcpp library is a C++ wrapper around the ODBC API.
There are several things that would need to be added to the library. Better error handling. In many cases, an error will be generated when only a warning should be issued.
The following functions are not yet implemented in the wrapper. They may make it there one day, though.
- SQLBindParameter
- SQLBrowseConnect
- SQLBulkOperation
- SQLColAtribute
- SQLColumnPrivileges
- SQLColumns
- SQLDescribeParam
The following functions are not used either because they have been marked as deprecated or because their are just way too complex and most of the time unnecessary.
- SQLAllocConnect (uses SQLAllocHandle)
- SQLAllocEnv (uses SQLAllocHandle)
- SQLAllocStmt (uses SQLAllocHandle)
- SQLColAtributes (uses SQLColAttribute)
- SQLCopyDesc (not necessary)
- SQLFreeStmt (uses SQLCancel(), SQLCloseCursor(), SQLFreeHandle())
- SQLDriverConnect (we may need this one later)
Generated on Tue Jun 3 23:30:54 2008 for odbcpp by
1.4.7