Subject Updateable ResultSets - any progress?
Author phil_hhn
I saw some messages 2-3 months ago that Jaybird (?) doesn't support
updateable ResultSets. Bugger. :-)
I have a database in front of me with 1 or 2 large tables, and
typically a row from one of these is to be displayed (say 50 fields),
then the user can edit *any* field. An updateable ResultSet would be
nice, saving me from having to write lots of code/SQL to decide what
(if anything) the user has updated. Especially as the database
structure may change many times over the next few months (but the
column names are unlikely to change).

Anyway, has there been any interest in implementing updateable
ResultSets? Or is there another Firebird JDBC driver that does support
them?

Thanks