[Opensource] java.sql.Connection
Eddie Lewis
ELewis at copyright.com.au
Thu Jun 27 16:21:13 PDT 2002
We had the same problem and had to make a slight change to the
com.jcorporate.expresso.core.db.DBConnection object
we added -
public Connection getConnection()
{
if (myConnection == null)
{
return null;
}
return myConnection;
}
Couldnt find a way around this - maybe someone has a better solution.
-----Original Message-----
From: milend [mailto:milend at ansco.com]
Sent: Friday, 28 June 2002 12:07 AM
To: opensource at javacorporate.com
Subject: [Opensource] java.sql.Connection
Hi,
Is there a way to get a java.sql.Connection Object for a given database from
Expresso's connection pool?
Best regards:
Milen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.jcorporate.com/pipermail/opensource/attachments/20020628/0a178b4d/attachment-0002.htm
More information about the Opensource
mailing list