MS ACCESS JAVA CONNECTIVITY

How can I connect MS ACCESS database with JAVA.....Please post the string that needs to be given in the getConnection method?
[132 byte] By [suryamax1a] at [2007-10-2 11:44:00]
# 1
the string in getConnection method will be as below:// Make the Connectionpublic void makeConnection() throws SQLException {connection=DriverManager.getConnection("jdbc:odbc:databasename");}hope this helps UChetani Sunil
schetani16a at 2007-7-13 5:42:05 > top of Java-index,Desktop,I18N...