Subject | Re: [Firebird-Java] Re: JayBird and Sun Java Studio Creator - Need help |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-11-18T13:44:15Z |
> The following code doesn't workI suspect that RowSet implementation tries to use updatable result sets.
> (org.firebirdsql.jdbc.FBDriverNotCapableException):
> contactsRowSet1.updateRow();
> contactsRowSet1.commit();
>
> So, how can I perform insert our update data ?
This feature is not yet supported (it is not directly supported by Firebird,
so we have to provide some "workaround" here).
Does that implementation support inserting or updating rows via SQL
statements?
Roman