Subject Re: [firebird-support] bi-Directional resultset
Author Elmar Haneke
> Does Firebird support Bi-Directional resultsets, and if so how do you
> active that mode?
>
> Or is Firebird forward-only?

The API (and Client-/Server Communication) itself is forward-only. To
get bidirectionality it has to be implemented at the client side (e.g.
in the OLEDB-driver).

Elmar