aspose file tools
The moose likes JDBC and the fly likes JDBC connection query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC connection query" Watch "JDBC connection query" New topic
Author

JDBC connection query

Prabhleen Kaur
Greenhorn

Joined: May 31, 2002
Posts: 3
I am using JDBC connection to get the resultset. I am using same JDBC connection to update some records of same table. It is working. My question is:
Should I lock the connection when I do update or resultset.next()
If not, will resultset.next() give me correct data or there can be potential problem
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JDBC connection query
 
Similar Threads
Problem in accessing package variable through trigger
Help - Data visibility in Weblogic and JDBC connection problem
JDBC connection
JDBC connection query
Hibernate and Jdbc