TDBF and TDBChart
Posted: Sat Dec 30, 2023 9:58 am
I want to keep using TDBChart in extensive legacy Delphi code that accessed dBase tables as TTables. I also want to get rid of the BDE as it has not been supported for a long time now. To rid the Borland Database Engine I changed everything to the free open source TDBF component. It seems that as TDBChart accesses TTables directly rather than through a TDataSource component that this is not a feasible combination. My other option seems to be to use the UniDAC TUniTable component to access the dBase files but perhaps the same problem will occur.
What are my options?
What are my options?