February 03, 2003 16:25
Subject: RE: Datasource and connection
> I'm curious as to why you're asking this question. You should be using
the
> connection pool according to the documentation provided, because that is
how
> it is intended to be used. That is...
>
> void d
I'm curious as to why you're asking this question. You should be using the
connection pool according to the documentation provided, because that is how
it is intended to be used. That is...
void doPost(...)
{
InitialContext ic = new InitialContext();
Context jdbcCtx = (Context) ic.lookup("ja