Delphi Pro + UNIDAC + CDATA

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Alex2021
Posts: 3
Joined: Thu 17 Jun 2021 13:32

Delphi Pro + UNIDAC + CDATA

Post by Alex2021 » Fri 29 Apr 2022 06:52

Hi,
I have delphi pro and i need to connect it to CData Components...
in delphi pro firedac is NOT in full version...
is possible connect Cdata components (https://www.cdata.com/products/) with your components and delphi 11 PRO ?

thanks
Alessandro Romano

Alex2021
Posts: 3
Joined: Thu 17 Jun 2021 13:32

Re: Delphi Pro + UNIDAC + CDATA

Post by Alex2021 » Tue 03 May 2022 06:33

Hi
no answer ...
this should mean that unidac is not good for doing this thing ...

Alessandro Romano

frickler
Posts: 37
Joined: Wed 04 Apr 2018 08:30

Re: Delphi Pro + UNIDAC + CDATA

Post by frickler » Thu 05 May 2022 08:19

As these "CData FireDAC components" are simply wrappers around ODBC, you can use any technology within Delphi, which supports ODBC, e.g. DBgo aka ADO, or UniDAC, if you wish so. CData delivers all it's connectors also as pure ODBC.

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

Re: Delphi Pro + UNIDAC + CDATA

Post by MaximG » Thu 05 May 2022 17:09

You can work with CData ODBC Drivers using our product UniDAC : https://www.devart.com/unidac
UNIDAC includes the TODBCUniProvider component that allows working with any DB using UniDAC, which has the corresponding ODBC driver. The detailed sample of using TODBCUniProvider is described in our blog : http://blog.devart.com/developing-appli ... elphi.html

Post Reply