I am write a program that supports the online enquery of test marks where the database is using .xls file.
I have added test.xls to the data Source ODBC --> system DSN.
The code is as follows:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String url = "jdbc dbc:test";
Connection...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.