Subject Re: AW: [Firebird-Java] jabird / Select / Update
Author the_a_rioch
> > Obviously that would be very intresting form e.
> > Would it be hard to check?
>
> I have checked sources - looks like FORWARD_ONLY is compatible with
> updatable result set. Try it :)

will it re-create and re-prepare update statement on every call to update the row ? or will it be able to cache one prepared update statement and only subsistute new parameters during the whole loop ?