Advantage Provider

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
KenR
Posts: 9
Joined: Wed 24 Aug 2016 07:20

Advantage Provider

Post by KenR » Fri 30 Oct 2020 10:01

Hi,

Is it possible to use the Advantage provider with just a local database rather than an Advantage Server?

Thanks,

Ken

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Advantage Provider

Post by MaximG » Wed 04 Nov 2020 11:25

AdvantageUniProvider relies on the Advantage StreamlineSQL ODBC driver, thus you can only work with an Advantage local database if it's supported by the ODBC driver. Please try to specify the connection parameters of your Advantage local database in the DSN settings.

KenR
Posts: 9
Joined: Wed 24 Aug 2016 07:20

Re: Advantage Provider

Post by KenR » Wed 04 Nov 2020 16:57

It works ok if I do it in code but at design time I cannot connect.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Advantage Provider

Post by MaximG » Sun 08 Nov 2020 20:14

Does the bitness of the driver you are using and your project match?

Post Reply