SQL_CUR_USE_IF_NEEDED  733 ext/odbc/php_odbc.c 	REGISTER_LONG_CONSTANT("SQL_CUR_USE_IF_NEEDED", SQL_CUR_USE_IF_NEEDED, CONST_PERSISTENT | CONST_CS);
SQL_CUR_USE_IF_NEEDED 2585 ext/odbc/php_odbc.c 		if (! (cur_opt == SQL_CUR_USE_IF_NEEDED || 
SQL_CUR_USE_IF_NEEDED  434 ext/pdo_odbc/odbc_driver.c 	cursor_lib = pdo_attr_lval(driver_options, PDO_ODBC_ATTR_USE_CURSOR_LIBRARY, SQL_CUR_USE_IF_NEEDED);
SQL_CUR_USE_IF_NEEDED  436 ext/pdo_odbc/odbc_driver.c 	if (rc != SQL_SUCCESS && cursor_lib != SQL_CUR_USE_IF_NEEDED) {
SQL_CUR_USE_IF_NEEDED  137 ext/pdo_odbc/pdo_odbc.c 	REGISTER_PDO_CLASS_CONST_LONG("ODBC_SQL_USE_IF_NEEDED", SQL_CUR_USE_IF_NEEDED);