Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Migrating old RB references to current version

I'm beginning to implement End User support with MySQL with DevArt MySQL Data Access components, but the sample code that is bundle with their components is quite dated (Delphi 7). Fortunately there is some source code available, and I hope you could throw some light on which are the current references for the lastets ReporBuilder version:

requires
dac70,
vclx,
rbRCL97, <-- ??
rbIDE97, <-- ??
rbDB97, <-- ??
rbDAD97, <-- ??
dacvcl70,
mydac70;


Thanks for your help.

Regards,
Mario

Comments

  • Hi Mario,

    The file suffix represents the major versions of ReportBuilder followed by the major version of Delphi. At a minimum, you will need to alter these values.

    For instance:
    RB 23.x for the latest version of Delphi (Delphi 12.x = Delphi 29): rbRCL2329
    RB 23.x for Delphi 11: rbRCL2328
    RB 23.x for Delphi 10.4: rbRCL2327
    etc...

    The DevArt package suffixes will also need to be changed, see the Installed Components list for these values.
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
Sign In or Register to comment.