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
posted
0
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?