Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I update a ResultSet programmatically?

programmatically ResultSet
0
Posted

How can I update a ResultSet programmatically?

0

When we say updating we may simply mean updating a record, inserting a record or deleting a record from a ResultSet and then accepting the change to the underlying table. Before getting in to the sample code we must know that all conditions applied to creating an updatable ResultSet apply here as well. To update a record in the ResultSet we need to move the cursor over the record and then use the setXXX methods to update the columns.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123