Page 1 of 1

TDBF and TDBChart

Posted: Sat Dec 30, 2023 9:58 am
by 16573627
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?

Re: TDBF and TDBChart

Posted: Wed Jan 03, 2024 2:32 pm
by yeray
Hello,

Migrating from BDE to FireDAC seems to be the most recommended way to go.
Give it a try and let us know if you find any problem with it.