Rbuilder Explorer with IBDAC

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Rbuilder
Posts: 1
Joined: Wed 28 Mar 2018 20:19

Rbuilder Explorer with IBDAC

Post by Rbuilder » Thu 29 Mar 2018 02:30

I converted program from IBX to IBDAC, replaced daIBExpress with daIBDAC in ReportBuilder report explorer as it shown in IBDAC demos

{x$DEFINE IBExpress} {remove the 'x' to enable Interbase Express}
{$DEFINE IBDAC} {remove the 'x' to enable Interbase Data Access Components}

{$IFDEF IBDAC}
daIBDAC,
{$ENDIF}

now I can create new report, preview it in designer, save it, but when I am trying to open it afterwards, I always receive the error "Invalid template format" The same is happening with all old reports, which worked fine with IBX.

Is it "build in" IBDAC luck of functionality of bug?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Rbuilder Explorer with IBDAC

Post by ViktorV » Thu 29 Mar 2018 06:59

Unfortunately, we can't reproduce the issue.
To investigate this behavior of IBDAC, please compose a small sample demonstrating the issue and send it to us via form e-support:
, including database objects creating scripts.

Post Reply