If the connection pool is not supported by the app container, you can probably develop wrappers around actual datasource api of jdbc2.0. Bean can be used for establishing the database connection, formatting etc. Thanks Venkat > ---------- > From: Joseph Ottinger[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Saturday, May 05, 2001 1:59 AM > To: [EMAIL PROTECTED] > Subject: Re: Connecting to a Remote Database from a JSP > > *sigh* Use a database connection pool, preferably one set up in your > application container. Along the way you'll want a JDBC driver for MS SQL, > because the JDBC-ODBC driver is much to be feared and shunned. > > Actually establishing the connection is up to the implementation of the > JDBC > driver, as the actual connection URLs and server configurations for them > can > change. > > >From: Venkat Alladi <[EMAIL PROTECTED]> > >Reply-To: A mailing list about Java Server Pages specification and > > reference <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Connecting to a Remote Database from a JSP > >Date: Fri, 4 May 2001 16:09:06 -500 > > > >Greetings all, > > > >Need some help in connecting to a remote MS SQL database from a JSP page. > >Any suggestions welcomed. > > > >Thank you > > > >Venkat > > > >========================================================================= > == > >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > >JSP-INTEREST". > >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > >DIGEST". > >Some relevant FAQs on JSP/Servlets can be found at: > > > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.html > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > ========================================================================== > = > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
Re: Connecting to a Remote Database from a JSP
VENKATACHALAPATHY Duraiswamy Sat, 05 May 2001 01:57:22 -0700
- Re: Connecting to a Remote Database from a JS... Joseph Ottinger
- VENKATACHALAPATHY Duraiswamy
