Access DB

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JoaoSantosG
Posts: 9
Joined: Fri 20 Feb 2009 12:23

Access DB

Post by JoaoSantosG » Tue 09 Mar 2010 10:10

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

asc
Posts: 13
Joined: Wed 03 Feb 2010 10:32
Location: Germany, Siegen (NRW)

Re: Access DB

Post by asc » Tue 09 Mar 2010 15:22

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
...

JoaoSantosG
Posts: 9
Joined: Fri 20 Feb 2009 12:23

Post by JoaoSantosG » Tue 09 Mar 2010 15:46

It's working!!!

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

Post Reply