TDBPipeLine...It seems to require the BDE to be installed ???? Hope Not!
We have a Midas application that we want to use RBuilder with. But I just
copied a client with a RBuilder report using
TDBPipeline -> TDataSource -> TClientDataSet. When I try to run the
application I get an exception EDBEngineError "Unable to initialize BDE".
The reason we use Midas(DataSnap) is so that the BDE is not required on the
client.
Does RBuilder Professional require the BDE???
Thanks, Dave.
copied a client with a RBuilder report using
TDBPipeline -> TDataSource -> TClientDataSet. When I try to run the
application I get an exception EDBEngineError "Unable to initialize BDE".
The reason we use Midas(DataSnap) is so that the BDE is not required on the
client.
Does RBuilder Professional require the BDE???
Thanks, Dave.
This discussion has been closed.
Comments
RB does NOT require the BDE at all. TppDBPipeline does NOT use the BDE.
Please check other parts of your application.
The BDE related code for RB is contained in daDBBDE.pas - the BDE DADE
Plug-in.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
check all uses clauses for 'dbTables' or 'BDE'.
(or use GExperts.ProjectDependencies where those units are referenced in
your project)
regards,
Chris Ueberall;