Page 1 of 1

FastReports w/IBDAC

Posted: Tue 26 Dec 2006 20:04
by rhettp
When trying to compile the 2006 FastReports components for IBDAC - I get an error here:

TfrxEngineIBDAC(Result).FQuery.Connection := TCustomMSConnection(FQuery.Connection);

Where TCustomMSConnection isn't declared. Any ideas how to correct?

Thanks,

Rhett Price

Posted: Fri 29 Dec 2006 11:17
by Alex
We have reproduced this prblem, and fixed it. This fix will be included in the next IBDAC build.

You can manually correct the FastReport integration package source code by changing all occurences of TCustomMSConnection to TCustomDAConnection.

Posted: Sat 30 Dec 2006 18:28
by rhettp
Thanks -- but I change it in 2 places and now get this:

[Pascal Error] frxIBDACComponents.pas(309): E2010 Incompatible types: 'TIBCConnection' and 'TCustomDAConnection'

on this line: TempTable.Connection := TCustomDAConnection(FQuery.Connection);

Any ideas? Thanks.

Posted: Wed 03 Jan 2007 15:37
by Alex
This was my misprint, you should use TIBCConnection instead of TCustomDAConnection.