SQL against any TDataSet?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Aggie85
Posts: 95
Joined: Wed 11 Nov 2015 17:03

SQL against any TDataSet?

Post by Aggie85 » Wed 11 Nov 2015 17:08

Howdy!

In my application framework, I have been using TxQuery component for years with TkbmMemTable! While it has served me well, it is getting harder to keep using it because of its discontinued development for over a decade!

I was reading that FireDac supports SQL against any dataset via its Local SQL feature (it uses SqlLite).

Does UniDac support SQL against any TDataSet (i.e. TkbmMemTable)?

Best Regards,

Aggie85

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

Re: SQL against any TDataSet?

Post by AlexP » Mon 16 Nov 2015 11:28

Hello,

Currently, UniDAC doesn't support this functionality. We will implement this feature in one of the next
versions

Post Reply