Subject | Re: Big Problem |
---|---|
Author | Torsten Welches |
Post date | 2000-09-30T15:11:40Z |
Max,
the ResultSet.updateXYZ methods are a JDBC2 feature. InterClient1.6
supports JDBC1 only. IC20 will support JDBC2, but it's not yet
released.
Of cause you can update a row with IC16:
http://web2.java.sun.com/docs/books/tutorial/jdbc/basics/updating.html
Good luck,
Torsten
--- In IB-Java@egroups.com, "max.bertolini" <max.bertolini@l...>
wrote:
the ResultSet.updateXYZ methods are a JDBC2 feature. InterClient1.6
supports JDBC1 only. IC20 will support JDBC2, but it's not yet
released.
Of cause you can update a row with IC16:
http://web2.java.sun.com/docs/books/tutorial/jdbc/basics/updating.html
Good luck,
Torsten
--- In IB-Java@egroups.com, "max.bertolini" <max.bertolini@l...>
wrote:
> I'm using InterBase 6.0 with interclient using Java 1.2.2 and I'mnot avle to make an update of a Databae row!
>ResultSet.updateInt(int col, int newData)
> All methods that i try to use seems not supported!!
> To update a row on the DB I do:
>
> - make a query on the DB
> I get the response on the Object ResultSet
> - then I try to update a single data of the row with
>ResultSet.updateRow()
> - and then I try to update the row on the DB using
>update?
> But seems that this method are not supported! How can I do an
>
>
> Please I hope that someone can help me !!
>
> Thanks a lot!
> Max