From 7b9de90061b558dff214b9fe8b5731fdfd13d232 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Mon, 12 Aug 2002 00:00:54 +0000 Subject: [PATCH] okay confirmation they don't exist in another driver... they're gone --- ext/odbc/php_odbc.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.50.1