JDBC CONNECTION & MULTITHREADING

How does JDBC Connection work with multithreading clients accessing it? Can anybody refer me to any documentations out there?
[140 byte] By [kukukkikuk] at [2007-9-26 1:31:46]
# 1

your problem is not clear. can you elobrate it ? I guess you have created a connection and multiple client using it are creating statements and doing their work...there is no problem in it.

problem comes if any of those client closes this connection as they all might hv reference to connection object.

> How does JDBC Connection work with multithreading

> clients accessing it? Can anybody refer me to any

> documentations out there?

IrenicMan at 2007-6-29 1:31:50 > top of Java-index,Archived Forums,Java Programming...