Re: [PHP-DEV] PHP 4.0 Bug #9261: odbc to an oracle 'view' fails

2001-02-14 Thread Andreas Karajannis
. I'm unsure to what type the cursor should be set, if not specified. Either keep the existing behaviour and be backwards compatible or use the default static cursor provided. Any Opinions? -Andreas -- Andreas Karajannis mediaworx berlin AG Fon (0 30) 2 75 80 - 266 Fax (0 30) 2 75 80 - 200

Re: [PHP-DEV] odbc problems in 4.2

2002-04-24 Thread Andreas Karajannis
tried was wasn't compiled with HAVE_SQL_EXTENDED_FETCH (so only the simple SQLFetch that can only move forwards gets used; the rownum parameter is ignored in this case) or that your DM wasn't configured to use it's cursor library. -Andreas -- Andreas Karajannis mediaworx berlin AG Fon (0 30) 2

Re: [PHP-DEV] Pear::db and odbc issue

2002-11-20 Thread Andreas Karajannis
See: http://www.php.net/manual/en/function.odbc-num-rows.php For a SELECT clause this _can_ be the number of rows available. Note: Using odbc_num_rows() to determine the number of rows available after a SELECT will return -1 with many drivers. -Andreas -- Andreas Karajannis mediaworx berlin