Subject | Re: [firebird-php] seek function in php for firebird rs? |
---|---|
Author | Milan Babuskov |
Post date | 2003-10-08T14:38:55Z |
Marius Popa Adrian wrote:
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.
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net
>>>that move the current pointer to an offsetAs far as I understood, this mysql related function is used to position
>>>anyone know about this ?
> something like this mysql function
>
> http://www.php.net/manual/en/function.mysql-field-seek.php
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.
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net