|
> Does anyone have a good example of using a ConnectionPool for > JDBC to the 400? I think I can narrow my question down a bit... I think I've got the basics for the connection pool, but have a specific question... Here's my code... ---------- AS400JDBCConnectionPoolDataSource dataSource = new AS400JDBCConnectionPoolDataSource( systemName, userid, passwd); AS400JDBCConnectionPool pool = new AS400JDBCConnectionPool(dataSource); pool.fill(10); Connection c = pool.getConnection(); ---------- Ok, this code will create a data source and connect it to a connection pool for the specified system, using a userid & password. How do I specify the library my data lives in? If I just use a jdbc url, it's easy to specify the library (library list). All I want to do is pre-establish a connection to a database (or system) so my JDBC requests are faster. Any suggestions would be appreciated. Thanks! david
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.