Subject | Re: [IBO] Hooray, found an error! |
---|---|
Author | Geoff Worboys |
Post date | 2001-05-09T09:03:26Z |
> In IBA_Connection.INT - uncomment:I missed one. You also need to change...
> FPassword: string
> ...
> function GetPassword
> procedure SetPassword
{: 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