java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver Exception occurring. Why?
I have created an MS Access database and assigned a DSN to it. I want to access it through my Java application. This is what I am doing: I am getting the exception at the first line of try block. That is class.forname(“..”);. Why am I having this Exception?