Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Willie Howell   on Dec 02 In Java Category.

  
Question Answered By: Fatih Farooq   on Dec 02


You can have one connection  and use multiple statements  on it as long as u dont
close the connection. And coming to the resultsets, All execution methods in the
Statement interface implicitly close a statment's current ResultSet object  if an
open one exists. if you have to use the resultset  again use different statement
objects on it. It will work.

Share: 

 
 
Didn't find what you were looking for? Find more on dbc connectivity with SQL server Or get search suggestion and latest updates.


Tagged: