Subject | Re: [IBO] "Unavailable database"? |
---|---|
Author | ra8009 |
Post date | 2005-09-28T05:02:18Z |
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.
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. TheConnection
> object *may* write them in at run-time; but by having them in theDFM you
> are causing them to be hard-coded.
> Helen