Hi
I am using the trial version of HXTT Access drivers. I created DSN in my machine(Win-Xp) using ODBC Data Source Administrator. Is there any provision to access DSN ( System DSN and User DSN ) by this Access driver. I had tried with mdb file present in the local machine like (D:/test.mdb), that was working fine. My question is how to connect the DSN defined in the ODBC Data Source Administrator.
thanks
Ram
|
>how to connect the DSN defined in the ODBC Data Source Administrator.
HXTT Access is a pure Java JDBC driver, and you needn't any ODBC setting, and it can run even on Linux, Unix, and so on.
|
Yes I understood the Access driver. but my question is " Is it possible to connect to the DSN defined in ODBC administrator ?"
|
No. You should use jdbc-odbc bridge driver to connect to the DSN defined in ODBC administrator.
|