Subject Re: [IBO] Hooray, found an error!
Author Geoff Worboys
> In IBA_Connection.INT - uncomment:
> FPassword: string
> ...
> function GetPassword
> procedure SetPassword

I missed one. You also need to change...

{: Password of person logging in to the database.}
// property Password: string read GetPassword write SetPassword
stored false;
property Password: string index 2 read GetPrm write SetPrm stored
false;

to

{: Password of person logging in to the database.}
property Password: string read GetPassword write SetPassword stored
false;
// property Password: string index 2 read GetPrm write SetPrm stored
false;


Geoff Worboys
Telesis Computing