Re: [PHP-DEV] Bug #1039 Updated: odbc_fetch_into( ) doesn't ignore the rownumber parameter if it is not supporte From: Dave Walton (walton <email protected>)
Date: 02/17/99

On 17 Feb 99, at 12:02, Cameron Just wrote:

> Thankyou very much that fixed the problem.

Great!

> I have setup a page which shows all types of cursor settings.
> http://void.cc.uq.edu.au/php/PHP3ODBC/phpbugtest.php3

That's interesting. Could you add a view source link on that page? I'm curious about
what all your tests are doing.

Folks in -dev:
I've attached a diff for uodbc.sgml. Could someone see that it gets committed?

Thanks,
Dave

========================================
# diff -r1.21 uodbc.sqml
229,230c229,232
< this connection. T his parameter is not normally needed. However,
< with some ODBC drivers, executing a complex stored procedure may

---
>        this connection. This parameter is not normally needed, but can be
>        useful for working around problems with some ODBC drivers.
>        <simpara>
>        With some ODBC drivers, executing a complex stored procedure may 
233c235,238
<        in it".  Using SQL_CUR_USE_ODBC may avoid that error.
---
>        in it".  Using SQL_CUR_USE_ODBC may avoid that error.  Also, some
>        drivers don't support the optional row_number parameter in
>        <function>odbc_fetch_row</function>.  SQL_CUR_USE_ODBC might help
>        in that case, too.
========================================

---------------------------------------------------------------------- Dave Walton Webmaster, Postmaster Emusic walton <email protected> http://www.emusic.com ----------------------------------------------------------------------

-- 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>