64 bit MS Access windows program via UniDAC

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tanghz
Posts: 23
Joined: Wed 17 Jan 2007 02:40

64 bit MS Access windows program via UniDAC

Post by tanghz » Fri 02 Aug 2013 11:40

Hi there,
As the title suggested, I can successfully compile a Win32 app using UniDAC connection+AccessUniProvider to open a Access database. When I change it to Platform Win64 bit, it could not connect. What shall I do? I guess need a 64-bit ODBC or sth?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: 64 bit MS Access windows program via UniDAC

Post by AlexP » Fri 02 Aug 2013 11:49

Hello,

MS Windows doesn't allow to simultaneously install two versions of MS Access ODBC driver (x32 and x64), therefore, depending on the format of the appliacation (x32 or x64) you are developing, a corresponding client should be installed on your computer for the possibility to connect to a MS Access DB

tanghz
Posts: 23
Joined: Wed 17 Jan 2007 02:40

Re: 64 bit MS Access windows program via UniDAC

Post by tanghz » Fri 02 Aug 2013 12:55

thanks Alex,

Will the final .exe file including the MS ODBC driver? Or the user must install MS Access or ODBC driver at their own machine? thanks,

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: 64 bit MS Access windows program via UniDAC

Post by AlexP » Fri 02 Aug 2013 13:26

Hello,

No, you should either distribute the needed driver installer with your application, or users have to download and install the driver by themselves

Post Reply