Subject Re: [IBO] TIB_Connection vs. Registry
Author Helen Borrie
At 09:53 AM 23/12/2005, you wrote:
>Hi:
>
>The IBO getting started guide states:
>
>Everything you save in this IB_WISQL gets stored right into the DFM, as part
>of your Delphi project. The executable version stores its data in the
>Windows Registry.
>
>Is this behavior optional? If so, which properties should I be looking at.

TIB_Connection properties Server, Path, Username, Password and
PasswordStorage. Read the help for the latter - it explains how the
various ps... values affect what is (or isn't) stored in the DFM/Registry.

Helen