Access DB executable

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 executable

Post by JoaoSantosG » Tue 09 Mar 2010 21:05

Hello,
I'm using Unidaq qith Access, using ODBC,
I'm trying to run the program in a standalone PC, but it gives me the following error:
"... need packages:
dac105.bpl
unidac105.bpl"

Where should I put these files?
Thank in advance
Best regards
João

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 22 Mar 2010 09:45

UniDAC applications can be built and deployed with or without run-time libraries. Using run-time libraries is managed with the "Build with runtime packages" check box in the Project Options dialog box.

Post Reply