TDBF and TDBChart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
GroundwaterImaging
Newbie
Newbie
Posts: 1
Joined: Thu Apr 23, 2015 12:00 am

TDBF and TDBChart

Post by GroundwaterImaging » 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?

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TDBF and TDBChart

Post by Yeray » Wed Jan 03, 2024 2:32 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply