Hello,
We use MyDAC with MySQL, but we are planning in migrating our database to Access.
I downloaded the UniDAC trial version, and i'm trying to connect to the database.
I used the ODBC option, that fetched the access ODBC registry. I succesufully connected to the DB, and it's tables, in design mode.
When I try to run the program it gives me the error:
[ILINK32 Error] Fatal: Unable to open file 'ODBCUNIPROVIDER.OBJ'
Can you please help.
Thank you
Best regards
Access DB
Re: Access DB
I have the same Problem (C++ Builder 2007). I edit the cbproj-File and add the libraries by hand (Section and ).JoaoSantosG wrote: [ILINK32 Error] Fatal: Unable to open file 'ODBCUNIPROVIDER.OBJ'
In my case:
...
...dac105.lib;unidac105.lib;accessprovider105.lib;odbcprovider105.lib
...
...dac105.lib;unidac105.lib;accessprovider105.lib;odbcprovider105.lib
...
-
- Posts: 9
- Joined: Fri 20 Feb 2009 12:23