2011/6/9 Umesh Bhatt <[email protected]>: > Sorry I meant auth not Auth. Thanks for correction. > I used getConnection(username, password) but it gives me an error as "It is > not supported" and doesn't connect with DB.
Sure. Apache Commons DBCP connection pool does not support that method. There are other connection pools that support it. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
