InfoCenter Home > 3.3.8.1: Migrating from the Version 3.0x connection pooling modelConnection pooling (provided through DataSource objects) was introduced in IBM WebSphere Application Server Version 3.0x. Application components that use Version 3.0x connection pooling need to be changed slightly and recompiled. First, replace the following import statement: import com.ibm.db2.jdbc.app.stdext.javax.sql.*; with this: import javax.sql.*; Connection pooling behavior in versions 3.5 and later changed relative to that in Version 3.0x. If your application typically requires two or more connections to the same database manager, consider the multiple-connection scenarios in Article 0.14.2. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|