Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Raynard Fischer   on Jan 10 In Java Category.

  
Question Answered By: Balbir Kaur    on Jan 10

I m making rowset  by first making statement and Resultset through sql.
Connection cn = .................
Statement st = cn.createStatement();
ResultSet rs = st.executeQuery("Select pr_id,pr_name from Product");
CachedRowSet crs = new CachedRowSet();
crs.populate(rs);

thats how I do it.
How can I search  any pr_id(Product ID) in the rowset.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Rowset problem Or get search suggestion and latest updates.


Tagged: