--- "Philip, Anil [ITS]" <[EMAIL PROTECTED]> wrote: > I am simply looking for a library to connect to Oracle, (with connection > pooling ability) that is easy to use but performs decently... > I was directed to dbutils.
There are several OSS Java connection pools available. The Jakarta Commons implementation is DBCP. DbUtils is a JDBC helper library that you may use with a connection pool, but is not a connection pool itself. > Are there basic complete examples or a manual? This page does not > explain much. > http://jakarta.apache.org/commons/dbutils/examples.html There's not a whole lot to explain because DbUtils is small and focused. The examples page is all we have so far but patches are welcome! David > > thanks, > Anil Philip > Overland Park, KS > __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25� http://photos.yahoo.com/ph/print_splash --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
