Subject | Re: [firebird-php] seek function in php for firebird rs? |
---|---|
Author | Milan Babuskov |
Post date | 2003-10-08T15:27:23Z |
Marius Popa Adrian wrote:
feature doesn't exist, i.e. you can only "go" forward. If you only need
to go forward, just do the dummy fetch for all rows you want to skip.
Lester wrote about ADOdb giving resultset as array. If this is the array
of all rows (I guess it is), then you could browse through that array
for the row you need.
--
Milan Babuskov
http://fbexport.sourceforge.net
>>>>>that move the current pointer to an offsetAFAIK, Firebird doesn't support bidirectional cursors (yet), so this
>>>>>anyone know about this ?
> 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
feature doesn't exist, i.e. you can only "go" forward. If you only need
to go forward, just do the dummy fetch for all rows you want to skip.
Lester wrote about ADOdb giving resultset as array. If this is the array
of all rows (I guess it is), then you could browse through that array
for the row you need.
--
Milan Babuskov
http://fbexport.sourceforge.net