File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes prepared stament for no of users Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "prepared stament for no of users" Watch "prepared stament for no of users" New topic
Author

prepared stament for no of users

sitaram irrinki
Ranch Hand

Joined: Feb 16, 2005
Posts: 158
If multiple users are given the same Prepared Statement, with
different Connections ( each user has one connection), then how the JDBC
driver handles the Prepared Statement.
Lars Vonk
Ranch Hand

Joined: Aug 05, 2005
Posts: 30
Hi,
How is this possible? You call prepareStatement() on your Connection object, this returns a PreparedStatement. So if each user has a different Connection then how can they have the same PreparedStatement?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: prepared stament for no of users
 
Similar Threads
Urgent Java interview question 6+ yrs exp.
Statement vs. Prepared Statement
what is better
Create DB2 database
pre-compile and prepared statement