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
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