Page 1 of 1
Delphi Pro + UNIDAC + CDATA
Posted: Fri 29 Apr 2022 06:52
by Alex2021
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
Re: Delphi Pro + UNIDAC + CDATA
Posted: Tue 03 May 2022 06:33
by Alex2021
Hi
no answer ...
this should mean that unidac is not good for doing this thing ...
Alessandro Romano
Re: Delphi Pro + UNIDAC + CDATA
Posted: Thu 05 May 2022 08:19
by frickler
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.
Re: Delphi Pro + UNIDAC + CDATA
Posted: Thu 05 May 2022 17:09
by MaximG
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