Subject | Re: JayBird and Sun Java Studio Creator - Need help |
---|---|
Author | bsechet@gemacbio.com |
Post date | 2004-11-18T13:31:34Z |
> > Is there any other solution ?Thanks Roman.
>
> http://jaybirdwiki.firebirdsql.org/FAQ/RowSetSupport
>
> Roman
I have already used the sun implementation for the rowset, and I am
able to read and display data. But I can't insert or update data.
The following code doesn't work
(org.firebirdsql.jdbc.FBDriverNotCapableException):
contactsRowSet1.updateRow();
contactsRowSet1.commit();
So, how can I perform insert our update data ?
Benoit