Subject RE: [IBO] TIB_Connection vs. Registry
Author Jason Wharton
> 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.

Look in the IB_SQL source code to find out where it saving information in
the registry. There's a project IB_SQL.dpr in the root IBO directory you
can open up and tinker with directly and make the changes you like to.

I'm pretty sure the information it needs could just as easily be stored in
an INI file with a few modifications. If you need me to give more
information than this let me know.

Jason Wharton