From: Dan Kalowsky Date: Mon, 12 Aug 2002 00:00:54 +0000 (+0000) Subject: okay confirmation they don't exist in another driver... they're gone X-Git-Tag: php-4.3.0dev_zend2_alpha3~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b9de90061b558dff214b9fe8b5731fdfd13d232;p=php okay confirmation they don't exist in another driver... they're gone --- diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 5e7043c45b..eb5c76a9c0 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -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