Programmatically create DSN in java for output excel file
843853Jul 31 2001 — edited Feb 26 2002Hi guys,
I face this problem : I read from an excel file using jdbc-odbc bridge. I manipulate the data extracted and need to write it to a new excel file. This piece of code can be executed on any machine. How do i create a DSN for this output file programmatically. I mean, how do i access this xls file in my DriverManager.getConnection() statement?
Any leads would be very helpful.
Thanx
Umesh