NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | BYTE_AT(n) (((n) * 245 + 123) & 0xff) |
Functions | |
static int | to_sqlwchar (SQLWCHAR *dst, const char *src, int n) |
static void | Test (int direct) |
int | main (int argc, char *argv[]) |
Variables | |
static const char | test_text [] |
static char | sql [1024] |
Definition at line 231 of file putdata.c.
References odbc_connect(), odbc_disconnect(), and Test().
Definition at line 24 of file putdata.c.
References buf, BYTE_AT, CHKBindParameter, CHKExecDirect, CHKExecute, CHKFreeStmt, CHKParamData, CHKPrepare, CHKPutData, i, int, l(), lc, len, n, odbc_check_no_row(), odbc_command, odbc_command_with_result(), odbc_db_is_microsoft(), odbc_db_version_int(), ODBC_REPORT_ERROR, odbc_reset_statement, odbc_stmt, pb, sql, SQL_C_BINARY, SQL_C_CHAR, SQL_C_WCHAR, SQL_DATA_AT_EXEC, SQL_LEN_DATA_AT_EXEC, SQL_LONGVARBINARY, SQL_LONGVARCHAR, SQL_NEED_DATA, SQL_NTS, SQL_PARAM_INPUT, SQL_RESET_PARAMS, SQL_WLONGVARCHAR, SQLLEN, SQLParamData(), strcat, T, test_text, to_sqlwchar(), and type.
Referenced by main().