Subject | Re: [Firebird-Java] Re: JayBird and Sun Java Studio Creator - Need help |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-11-18T13:53:27Z |
> The following code doesn't workI just checked Javadocs, it seems that you can do update/insert using the
> (org.firebirdsql.jdbc.FBDriverNotCapableException):
> contactsRowSet1.updateRow();
> contactsRowSet1.commit();
>
> So, how can I perform insert our update data ?
RowSetWriter interface. Though I did not try this.
If this works, can you please create a small description, so we can put it
in the Wiki?
Roman