Do you know if there is a way to use a data listener on a select query with jaybird.
For example I've got a query like
select count (*) from my_table where my_statut='x'
the result give me 50.
My application change the field my_statut
to 'y'
for one row, is there a way to catch the new result with a value/data... change listener in java?
Thanks for your help.
Simon
It is possible via trigger and event api. Take a look CHAPTER 8 of this manual http://www.firebirdsql.org/file/documentation/drivers_documentation/Jaybird_2_1_JDBC_driver_manual.pdf