problem excel connection
Hi
I have a problem connecting my java program to excel file to other computer. And i am using DSN connection.
my dsn name is sample "dsnExcel"
where do i place my DSN in this path?
String url ="jdbc:odbc:DRIVER={Microsoft Excel Driver (*.xls)};DriverID=22;READONLY=false;DBQ=";
thanks in advance!!!!

