C++ Builder DBExpress
I have fastreports 4 at home on rad stusio XE2 and was trying to connect a c++ builder application fast report to my existing DBExpress connection but only found BDE, IDX and ADO components on the Fastreports designer.
Today I checked one of the Delphi demos here at work on Delphi 2010 and noticed that I also have DBX dtabases and queries.
I searched the forum and web site and cannot find anything which says where DBX support is available and when it isn't.
As I use the DBX for all my DBGrid connections in my application I would like to be able to use the same database for the reports.
So ideally I wish to connect to my existing TSQLConnection rather than changing the whole project to ADO.
Thanks for any information on this.
Today I checked one of the Delphi demos here at work on Delphi 2010 and noticed that I also have DBX dtabases and queries.
I searched the forum and web site and cannot find anything which says where DBX support is available and when it isn't.
As I use the DBX for all my DBGrid connections in my application I would like to be able to use the same database for the reports.
So ideally I wish to connect to my existing TSQLConnection rather than changing the whole project to ADO.
Thanks for any information on this.
Comments
Even got it linked into my TSQLConnection so very happy now.
Thanks for taking the time to reply