odbcsrv.cpp File Reference
#include "dbodbc/odbcsrv.h"
#include "base/vector.hpp"
#include "base/list.hpp"
#include "base/string.hpp"
#include "base/memory.hpp"
#include "base/common.hpp"
#include "base/numeric.h"
Go to the source code of this file.
Define Documentation
#define check_retcode |
( |
x |
|
) |
if (x != SQL_SUCCESS) odbc_dbserver::get_odbc_error(x, _henv, _hdbc, _hstmt); |
#define check_retcode_db |
( |
x |
|
) |
if (x != SQL_SUCCESS) odbc_dbserver::get_odbc_error(x, _henv, _hdbc, 0); |
#define SQLLEN SQLINTEGER |
#define SQLULEN SQLUINTEGER |
Variable Documentation