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?
TDBF and TDBChart
Re: TDBF and TDBChart
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |