Subject Re: [IBO] "Unavailable database"?
Author ra8009
Helen,

Thank you very much! You were right. The strings not being empty
because I was storing them in the form is what led to the problem.

Thanks again for the advice and for the great book.


> Here is the problem. You need to have these strings empty. The
Connection
> object *may* write them in at run-time; but by having them in the
DFM you
> are causing them to be hard-coded.


> Helen