Date: 07/03/99
- Next message: Brian Havard: "Re: [PHP-DEV] cvs commit"
- Previous message: sas: "[PHP-DEV] cvs commit"
- In reply to: Brian Moon: "[PHP-DEV] Missing row parameter in *_result functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Brian Moon wrote:
>
> Is there any reason that row parameter was not included in oci_result and
> odbc_result like it is in mysql_result and pg_result? Also, has anyone ever
> thought of creating a ora_result that supports the row parameter. this
> would go a long way to helping the database abstraction layers like Phorum's
> and PHPLib. If I had access to Oracle I would be more than willing to work
> on it.
>
odbc_result has the row parameter, only it is not supported by most
drivers.
(Adabas D is one of the few to support 'absolute' fetches). AFAIK, the
Microsoft
Driver Manager brings along a cursor library that enables absolute
fetches.
This is done by prefetching and caching rows, which would be the only
way to
implement something similar with OCI.
-Andreas
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Brian Havard: "Re: [PHP-DEV] cvs commit"
- Previous message: sas: "[PHP-DEV] cvs commit"
- In reply to: Brian Moon: "[PHP-DEV] Missing row parameter in *_result functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

