SQL_NULL_HSTMT   1055 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLTransact");
SQL_NULL_HSTMT   1213 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   1588 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLDataSources");
SQL_NULL_HSTMT   1640 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   2474 ext/odbc/php_odbc.c 			odbc_sql_error(*conn, SQL_NULL_HSTMT, "SQLSetConnectOption");
SQL_NULL_HSTMT   2519 ext/odbc/php_odbc.c 		odbc_sql_error(*conn, SQL_NULL_HSTMT, "SQLConnect");
SQL_NULL_HSTMT   2968 ext/odbc/php_odbc.c 			odbc_sql_error(conn, SQL_NULL_HSTMT, "Set autocommit");
SQL_NULL_HSTMT   2977 ext/odbc/php_odbc.c 			odbc_sql_error(conn, SQL_NULL_HSTMT, "Get commit status");
SQL_NULL_HSTMT   3085 ext/odbc/php_odbc.c 				odbc_sql_error(conn, SQL_NULL_HSTMT, "SetConnectOption");
SQL_NULL_HSTMT   3141 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3158 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLTables");
SQL_NULL_HSTMT   3208 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3227 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLColumns");
SQL_NULL_HSTMT   3278 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3290 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLColumnPrivileges");
SQL_NULL_HSTMT   3354 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3368 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLForeignKeys");
SQL_NULL_HSTMT   3420 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3428 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLGetTypeInfo");
SQL_NULL_HSTMT   3477 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3488 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLPrimaryKeys");
SQL_NULL_HSTMT   3543 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3555 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLProcedureColumns");
SQL_NULL_HSTMT   3610 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3621 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLProcedures");
SQL_NULL_HSTMT   3678 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3692 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLSpecialColumns");
SQL_NULL_HSTMT   3747 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3760 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLStatistics");
SQL_NULL_HSTMT   3810 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt");
SQL_NULL_HSTMT   3821 ext/odbc/php_odbc.c 		odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLTablePrivileges");
SQL_NULL_HSTMT     77 ext/pdo_odbc/odbc_driver.c 	if (statement == SQL_NULL_HSTMT && S) {
SQL_NULL_HSTMT    171 ext/pdo_odbc/php_pdo_odbc_int.h #define pdo_odbc_drv_error(what)	pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__ TSRMLS_CC)
SQL_NULL_HSTMT    172 ext/pdo_odbc/php_pdo_odbc_int.h #define pdo_odbc_stmt_error(what)	pdo_odbc_error(stmt->dbh, stmt, SQL_NULL_HSTMT, what, __FILE__, __LINE__ TSRMLS_CC)