I wonder if there is a way do connect to MS Access database mdb accdb? Now after installing EasySoft unixodbc (with trial lic) i have this response when i try connect to base:
<pre>
SQL Status: HY000
[unixODBC][Easysoft ODBC]General error: OS Version mismatch: Please report this sequence (AAAF, LX, 3, -1, -1) to Easysoft support at support@easysoft.com
</pre>
An additional note: this moment i have two version of inuxodbc on system one installed by yum and other installed by Easysoft installer the last odbc.ini i show below:
<pre>
[ACCESS_SAMPLE]
Description=Easysoft ODBC-Access Driver
Driver=Easysoft ODBC-ACCESS
mdbfile=/home/1c/Access/wer.mdb
smbpath=
lockfile=
smblib=
smbuser=
smbauth=
readonly=yes
exclusive=no
ignore_rel=no
</pre>
any suggestions?