[PHP-DEV] CVS update: php3/functions From: kara (php-dev <email protected>)
Date: 05/28/99

Date: Friday May 28, 1999 @ 8:36
Author: kara

Update of /repository/php3/functions
In directory php:/tmp/cvs-serv3740/functions

Modified Files:
        php3_unified_odbc.h
Log Message:
Disabling positioned fetches for Openlink because of cursor problems.

Index: php3/functions/php3_unified_odbc.h
diff -u php3/functions/php3_unified_odbc.h:1.50 php3/functions/php3_unified_odbc.h:1.51
--- php3/functions/php3_unified_odbc.h:1.50 Mon May 10 11:37:18 1999
+++ php3/functions/php3_unified_odbc.h Fri May 28 08:36:52 1999
@@ -29,7 +29,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php3_unified_odbc.h,v 1.50 1999/05/10 15:37:18 kara Exp $ */
+/* $Id: php3_unified_odbc.h,v 1.51 1999/05/28 12:36:52 kara Exp $ */
 
 #ifndef _UNIFIED_ODBC_H
 #define _UNIFIED_ODBC_H
@@ -155,7 +155,7 @@
 # include <isql.h>
 # include <isqlext.h>
 # include <udbcext.h>
-# define HAVE_SQL_EXTENDED_FETCH 1
+# define HAVE_SQL_EXTENDED_FETCH 0
 # if defined(UODBC_UNIQUE_NAMES)
 # define UODBC_TYPE opnlnk
 # define UODBC_NAME "opnlnk"

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>