> Hi,
>
[quoted text clipped - 6 lines]
>
> Marc
No, you'll need to override the setValueAt() method of the TableModel you're
using to update your ResultSet with the new value.

Signature
Kind regards,
Christophe Vanfleteren
Marc Dzaebel - 24 Jan 2004 17:46 GMT
> No, you'll need to override the setValueAt() method of the TableModel you're
> using to update your ResultSet with the new value.
Hi Christophe,
I already tried this before but now, as you reminded me again, I found that
I did not print the error from updateRow() in setValueAt() and missed the
function. Silly mistake. So you saved me a lot of time! It seems I need the
fix of ConnectorJ 3.1.0 for updatable ResultSets
(http://bugs.mysql.com/bug.php?id=1592)
Thank you very much!
Marc