question about ResultSet updates (insert)
Posted by: Rusty Wright
Date: December 11, 2004 07:57PM

Ignoring my previous post about my problem and assuming I have ResultSet updates working, does the query for the ResultSet you're going to insert on need to return any rows? In Sun's online tutorial they do a "select*" and I was wondering if you could do something that returns 0 rows and then insert; for example, "select * ... where 0=1", then do the updates, then finish with insertRow.

Options: ReplyQuote


Subject
Written By
Posted
question about ResultSet updates (insert)
December 11, 2004 07:57PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.