Home General

TDBPipeLine...It seems to require the BDE to be installed ???? Hope Not!

edited September 2001 in General
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.

Comments

  • edited September 2001

    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
  • edited September 2001
    Hi Dave,

    check all uses clauses for 'dbTables' or 'BDE'.
    (or use GExperts.ProjectDependencies where those units are referenced in
    your project)

    regards,
    Chris Ueberall;

This discussion has been closed.