sdac and ReportBuilder 7

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
asghar

sdac and ReportBuilder 7

Post by asghar » Sun 17 Apr 2005 11:24

I have ReportBuilder 7 and sdac 3.XXX
but i cant compile report builder demo because it is on ReportBuilder 6
what i should be do?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 19 Apr 2005 08:32

For SDAC we have only engine for RB6. For RB7 you can do engine yourself based on instructions for ReportBuilder.

b_yaghobi

Post by b_yaghobi » Sat 30 Apr 2005 08:54

SADC 3.XXX work with ReportBuilder 7, ReportBuilder 9
Ver Good !!!

[email protected]

b_yaghobi

Post by b_yaghobi » Sat 30 Apr 2005 08:55

SADC 3.XXX work with ReportBuilder 7, ReportBuilder 9
Very Good !!!

[email protected]

Guest

Post by Guest » Mon 02 May 2005 14:33

That's no help.

What you need to do it change the section called requires in rbsdac.dpk according to the version:

version 6 of report builder for delphi 6...
(this one comes with SDAC):
requires
sdac60,
dac60,
vclx,
rbRCL76,
rbIDE76,
rbDB76,
rbDAD76,
sdacvcl60,
dacvcl60;

version 7 of report builder for delphi 7:

requires
sdac70,
dac70,
vclx,
rbRCL77,
rbIDE77,
rbDB77,
rbDAD77,
sdacvcl70,
dacvcl70;

version 9 of report builder for delphi 7:

requires
sdac70,
dac70,
vclx,
rbRCL97,
rbIDE97,
rbDB97,
rbDAD97,
sdacvcl70,
dacvcl70;


Open the ammend package in Delphi, compile and install and you should be able to get it up and running.
(Don't forget to put the rbsdac.dcu in the right directory afterwards)

Erik.

Post Reply