mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
okay confirmation they don't exist in another driver... they're gone
This commit is contained in:
parent
0dcbf7e375
commit
7b9de90061
@ -407,10 +407,6 @@ PHP_MINIT_FUNCTION(odbc)
|
||||
/* these are for the Data Source type */
|
||||
REGISTER_LONG_CONSTANT("SQL_FETCH_FIRST", SQL_FETCH_FIRST, CONST_PERSISTENT | CONST_CS);
|
||||
REGISTER_LONG_CONSTANT("SQL_FETCH_NEXT", SQL_FETCH_NEXT, CONST_PERSISTENT | CONST_CS);
|
||||
/* These are valid, why aren't they supported by Windows?
|
||||
REGISTER_LONG_CONSTANT("SQL_FETCH_FIRST_USER", SQL_FETCH_FIRST_USER, CONST_PERSISTENT | CONST_CS);
|
||||
REGISTER_LONG_CONSTANT("SQL_FETCH_FIRST_SYSTEM", SQL_FETCH_FIRST_SYSTEM, CONST_PERSISTENT | CONST_CS);
|
||||
*/
|
||||
|
||||
/*
|
||||
* register the standard data types
|
||||
|
Loading…
Reference in New Issue
Block a user