I can not find.
All I found is: http://libodbcxx.sourceforge.net/ , but for me this is the wrong documentation. I got the UnixODBC library for C ++ and cannot find any documents
I have this in the headers:
/ *!
* \ file
*
* \ author Peter Harvey
* \ author \ sa AUTHORS file
* \ version 2
* \ date 2007
* \ license Copyright unixODBC-CPP Project 2003-2009, LGPL
* /
But the documentation in sourceforge is completely different: the macro (or something like that SQL_SUCCEEDED) is the same, but the classes are called different. For example, a class in ODBCStatement.his equal to ODBCStatement, and not odbc::Statement, there odbc::ErrorHandleris also , ODBCHandleetc. I have some strange member functions in a class ODBCStatementlike: doBindParameter, doPrepare, doExecute, etc. and google does not know anything about them ...........
Any ideas?
PS I support a product where the code is not written by me.
source
share