RE: Closing ODMG JDBC Connection

2004-01-28 Thread Coup, Robert Muir
ce Eason [mailto:[EMAIL PROTECTED] > Sent: Thursday, 29 January 2004 12:19 p.m. > To: OJB Users List > Subject: RE: Closing ODMG JDBC Connection > > > Not closing the connection is kind of the whole point of > connection pooling, and OJB provides connection pooling. > Data

RE: Closing ODMG JDBC Connection

2004-01-28 Thread Lance Eason
Not closing the connection is kind of the whole point of connection pooling, and OJB provides connection pooling. Database connections are typically expensive to establish, so rather than each time you use the database creating a new connection and then releasing it at the end connections are m