Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to convert a sql query to a java language?

843854Mar 26 2002 — edited Mar 27 2002
A sql like this:"update myoracletable set name='myname',age=26,sex='female',address=NULL,visittime=SYSDATE,visitnum=visitnum+1where name='name' and address='address'",I want to use java language update such as :rs.updateString(),rs.updateDate() but not a sql update.How can I do in this case?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 24 2002
Added on Mar 26 2002
4 comments
202 views