dbcp « sybase « Java Database Q&A





1. Getting a Connection with DBCP via the Sybase Jconnect JDBC driver    stackoverflow.com

I am trying to get a Connection in the following code and I keep getting an SQLException with the message "Login failed" and with the details "Specified database not found".

Connection con ...