-
How to use Rowsets when using Connection Pooling? (1 messages)
- Posted by: abhishek bhargava
- Posted on: November 17 2004 14:00 EST
I want to use Rowsets instead of Resultsets in my application. I use connection pooling to obtain a connection but i could not found any method in the rowset interface which accepts a connection object. please help!Threaded Messages (1)
- How to use Rowsets when using Connection Pooling? by ArunKumar Ayyavu on November 19 2004 08:17 EST
-
How to use Rowsets when using Connection Pooling?[ Go to top ]
- Posted by: ArunKumar Ayyavu
- Posted on: November 19 2004 08:17 EST
- in response to abhishek bhargava
You need not create Connection object and send it to the Rowset. Rowset implementation will do that job. But for that, you have to set either the URL+UserName+Password or DataSourceName.
Hope this helps.