Delphi 10 Seattle BDE Components

Hi
BDE components are not with standard Delphi 10 Seattle but it is possible to download them from Embarcadero.
Is it possible to have these components in Fast Reports VCL 5?
Thanks
Pierre

Comments

  • gpigpi
    edited 3:22PM
    Yes, it possible. If you have FR Standart and higher. FR Embarcadero Edition which included in the Delphi 10 Seattle doesn't supports internal datasets. You mai assign BDE datasets with TfrxDBDataset only
  • edited 3:22PM
    gpi wrote: »
    Yes, it possible. If you have FR Standart and higher. FR Embarcadero Edition which included in the Delphi 10 Seattle doesn't supports internal datasets. You mai assign BDE datasets with TfrxDBDataset only
    Thanks 'gpi'. I have FR Standard.
    Effectively my application can assign a TfrxDBDataset to the BDE dataset and it is OK.
    But in my application I have two types of data:
    Data coming dynamicaly from the application with TfrxDBDataset(s)
    Data internal to the report and define inside the report by the FRx components
    And witout the frxBDEcomponents I can't have these internal data from BDE which are not known by user.
    (It's work fine with Interbase or Oracle)
    Pierre
  • gpigpi
    edited 3:22PM
    Install BDE in the DX, compile frxBDE23.dpk and install dclfrxBDE23.dpk packages

Leave a Comment