vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have a connection problem. I have a Websphere Application Server 5 and I have to set a DataSource pointing to an IBM DB2 version 5. Even if I'm able to connect to that DB with a DB2 client and verify some query, my Application Server cannot as it tries to set a ConnectionPool with the jdbc 3.0 standard. Can I establish a ConnectionPool with that DB? How can I do to set it in the AppServer? I've already tried to set the db2java.zip of the DB2 version 5 and 6 in a directory in order to point it with the AppServer, but it didn't work. Am I obliged to set a pool of connection (which I strongly prefer) under the AppServer 5 or can I specify a class for a single Connection? Any help would be appreciated James |