[Opensource] java.sql.Connection
Michael Rimov
rimovm at centercomp.com
Sat Jun 29 05:21:21 PDT 2002
At 09:21 AM 6/28/2002 +1000, you wrote:
>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.
Added this into CVS today. With the appropriate Javadoced caveats, of
course ;) Thanks for the input!
-Mike
More information about the Opensource
mailing list