Subject Re: [firebird-php] seek function in php for firebird rs?
Author Marius Popa Adrian
On Wed, 08 Oct 2003 16:38:55 +0200
Milan Babuskov <albis@...> wrote:

> Marius Popa Adrian wrote:
> >>>that move the current pointer to an offset
> >>>anyone know about this ?
>
> > something like this mysql function
> >
> > http://www.php.net/manual/en/function.mysql-field-seek.php
>
> As far as I understood, this mysql related function is used to position
> to certain field in order to get field data.
>
> For Firebird, you can use function ibase_field_info and give the index
> of the field you're interested in. So there's no need to fetch field
> info one by one, and set offset, etc... you just request what you need.

sorry about that link i meant this function

http://www.php.net/manual/en/function.mysql-data-seek.php

There is something like this in sybase too