yes, Certainly
with
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
and set ODBC for your database then you could easily connect to it.
and if you wanna know more goto this url :
ttp://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/bridge.doc.html
and I attach a pdf for learn more.