Subject | Re: Preventing Auto login |
---|---|
Author | clivewalden |
Post date | 2005-12-02T17:43:56Z |
Helen,
Thanks for the prompt response.
If you can address my responses below that would be great.
I set TIB_Connection.PasswordStorage to psNone and had no idea
iboDatabase was overriding it. I am not using a TIBODatabase. BUT I am
using IBODatasets (so I can use generic DB aware components, not
just IBObjects own flavors). Is that the same thing?
How do I FORCE it back to psNone?
disconnect is working OK.
Clive
Thanks for the prompt response.
If you can address my responses below that would be great.
>>Am I missing some obvious property value in IB_Connection?TIB_Connection
>
> Yes. Several.
>
> What you get as default depends on whether you are using a
> component directly or indirectly (through a TIBODatabase). TheWell who would have thought of that<s>?
> ib_connection default is psNone, while ibodatabase overrides it to
> psNotSecure, to be consistent with the VCL.
I set TIB_Connection.PasswordStorage to psNone and had no idea
iboDatabase was overriding it. I am not using a TIBODatabase. BUT I am
using IBODatasets (so I can use generic DB aware components, not
just IBObjects own flavors). Is that the same thing?
How do I FORCE it back to psNone?
> Simply, *don't* use the Params property for storing things thatI am not; but clearing the IB_Connection password property on
> you need to be volatile.
disconnect is working OK.
> On the subject of exception message interpretation, IBO delivers theThanks for the advice.
> messages that come from the database.
Clive