Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AS400 Connection Pool.(Urgent!)

Status
Not open for further replies.

Hattusas

Programmer
Nov 11, 2001
344
TR
I managed to connect to my as400 server.
I used the standart syntax
Class.forName("com.ibm.as400.access.AS400JDBCDriver").newInstance();
java.sql.Connection conn = java.sql.DriverManager.getConnection("jdbc:as400:S44C8111","SALIH","SALIH");

What I want to perform is to create a connection pool as I did with DB2 7.2 running on Windows platform.

When I tried this in server configuration part I created a datasource.When after restarting my server the connection failed.Any suggestions? Salih Sipahi
Software Engineer.
City of Istanbul Turkey
ssipahi@yonbilgi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top