Subject | Re: [IBO] OldParameterOrdering query not allowing OAT to advance |
---|---|
Author | jimbehr3446 |
Post date | 2005-09-08T14:06:58Z |
> Try to provide more information about what your transaction is doing.That's the funny thing. We don't have to actually use the
connection/transaction/query to see this problem. The
connection/transaction/query are designed on a Delphi datamodule.
When the program is started, the datamodule is instantiated. We never
get to the part of the program that uses the query. We simply start
the program and then exit. But, I think when the connection is
created the internal IBO logic to test the parameter ordering is
executed. And I believe this is where the transaction problem is
occuring.
>TIB_Query
> Could you please answer *all* of the following questions:
>
> 1) Are you using TIB_Query or TIBOQuery?
>
>the
> 2) Please provide EXACTLY which versions of each piece you are using:
>
> a. Delphi - which version, edition and upgrade level. Get this from
> Help|About box in the IDE.Version 7.0 (Build 8.1)
>
> b. IBO - read the Version string from the IB_Connection in the Object4.3Aa and 4.5.B (we see the problem with either version)
> Inspector.
> c. Database server: Brand (Firebird/IB) and build numberFB 1.0.3 or FB 1.5.3 (we see the problem with either version)
> d. If any Fb 1.5 build, the setting in firebird.conf forOldParameterOrdering
We've made no changes to this file: "#OldParameterOrdering = 0"
> e. Client library: Brand (Firebird/IB) and build numberFB 6.2.3.972 (FB 1.0.3) or FB 6.3.3.4842 (FB 1.5.3)