Accessing MDB file in linux
843859Sep 16 2005 — edited Sep 16 2005i want to accessing mdb file from jdbc which is store in linux . i have configure unixODBC its working. i want to read date form mdb file using jdbc. I dont know what driver name should i write in Class.forName(".....? ....");
i have configured /etc/odbc.ini , /etc/odbcinst.in file ... and also in command line[b] "_" is not working in unix ODBC.....
Please give the jbdc code to read data from mdb file which is in linux using unixODBC.. jbdc code also in linux