Hi I have a doubt about the different ways to get a JDBC Connections.
Especifically, about when and why use the "DriverManager Connection" and
when and why use the "OracleConnectionPoolDataSource"
for example:
/*
OracleConnetionPoolDataSource ocpds = new OracleConnetionPoolDataSource();
// Set Connection parameters
.
.
.
// Create a pooled Connection
PooledConnection pc = ocpds.getPooledConnetion();
// get a logical connection
Connection conn = pc.getconecction();
.
.
.
Thanks in advance.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html