Subject | Re: [IBO] Unable to open IBOTable in run-time |
---|---|
Author | Helen Borrie |
Post date | 2006-07-17T08:07:25Z |
At 06:01 PM 17/07/2006, you wrote:
and the datasets explicitly, unlike the BDE, which opens everything
by default. What does your data access code look like at present?
Helen
>I am working with Firebird 1.5 and Delphi 7.IBO's normal behaviour is to require you to open both the connection
>
>I am using the latest evaluation version of IBO and used the GReplace
>tool to convert the BDE components to IBO, all of which worked fine.
>
>The problem now is that I can open the IBOTable components at
>design-time, but at run-time, I can only open the component from
>within the datamodule that contains the database or connection
>component, if I try to open a IBOTable component from within another
>datamodule or form it fails.
>
>I have tried to create a new unit and drop a IBOTable component on
>it, but I get the same result, if I try to open the IBOTable
>component my application just hangs.
>
>The same thing happens with IBOQuery and TIB_Query components.
>
>Any help on this issue would be appreciated.
and the datasets explicitly, unlike the BDE, which opens everything
by default. What does your data access code look like at present?
Helen