Subject | AW: AW: [Firebird-Java] jabird / Select / Update |
---|---|
Author | Steffen Heil (Mailinglisten) |
Post date | 2012-11-20T22:05:17Z |
Hi
Would it be hard to check?
Cheers,
Steffen
[Non-text portions of this message have been removed]
> If I remember correctly (need to check sources), that your SELECT will beany
> fetched first to the client completely, before you will be able to perform
> operation on result set (the SCROLL_INSENSITIVE flag should instantiate aso-
> called cached result set, which means - "first cache everything in memory,That's something I feared.
> then allow operations on result set).
> The only flag that does not perform result set caching is FORWARD__ONLY,Obviously that would be very intresting form e.
> but I am not sure tthat it is compatible with the UPDATABLE result set.
Would it be hard to check?
> The approach with one statement for SELECT (no flags will meanthe
> FORWARD_ONLY and READ_ONLY) and one statement for updates is better -
> in that case you are in control of everything. Just remember to switch-off
> auto-commit mode.Autocommit is off, of course.
Cheers,
Steffen
[Non-text portions of this message have been removed]