Home End User

Error with Advantage DADE plugin

edited October 2002 in End User
I get an error when I try to install the Advantage DADE plugin for
Report builder.

The line is as follows:

{Advantage uses ASCII collation for ordering data}
CollationType := ctASCII;

The error is undeclared identifier.

I am using Delphi 5 with RB 6.03, Advantage 6.2.

Any ideas or suggestions would be appreciated.?

Brian Paine

Comments

  • edited October 2002
    Hi Brian,

    'ctASCII' is defined in unit 'ppTypes'. But 'daADS' already uses 'ppTypes' (at least in RB7).

    add the following line :

    type
    TppCollationType = (ctANSI, ctASCII);

    HTH,
    Chris Ueberall;
This discussion has been closed.