Home DADE

Problem with Advantage 5.7 / RB7

edited October 2002 in DADE
I use D5 / RB7 / ADS5.7.
I get following error message if i compile for example the
enduser-application

File not found: adsdictionary.dcu

daADS.pas
.
.

uses
adsdictionary;

I understand this message, because in ADS5.7 I haven't this file, but what
can I do.

Thanks for help
Christian

Comments

  • edited October 2002
    You'll have to modify the DADE plugin (daADS.pas) to not reference this unit
    as the Advantage data dictionary was released in Advantage 6. Remove
    AdsDictionary from the uses clause and modify TdaADSSession.GetTableNames to
    not use the Advantage data dictionary.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.