Page 1 of 1

Access DB

Posted: Tue 09 Mar 2010 10:10
by JoaoSantosG
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

Re: Access DB

Posted: Tue 09 Mar 2010 15:22
by asc
JoaoSantosG wrote: [ILINK32 Error] Fatal: Unable to open file 'ODBCUNIPROVIDER.OBJ'
I have the same Problem (C++ Builder 2007). I edit the cbproj-File and add the libraries by hand (Section and ).

In my case:

...
...dac105.lib;unidac105.lib;accessprovider105.lib;odbcprovider105.lib
...
...dac105.lib;unidac105.lib;accessprovider105.lib;odbcprovider105.lib
...

Posted: Tue 09 Mar 2010 15:46
by JoaoSantosG
It's working!!!

Thank you very much....
Now comes the migration