Subject | Re: AW: [Firebird-Java] jabird / Select / Update |
---|---|
Author | the_a_rioch |
Post date | 2012-11-21T11:49:35Z |
> > Obviously that would be very intresting form e.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 ?
> > Would it be hard to check?
>
> I have checked sources - looks like FORWARD_ONLY is compatible with
> updatable result set. Try it :)