Re: JDBC connectivity with microsoft access giveing a problem
Posted By:
Justin_Jensen
Posted On:
Wednesday, July 16, 2003 04:55 PM
your source url is wrong... you have a period where you should have a :
ex.
String sourceURL = "jdbc:odbc:technical_library";
Hope this helps