Subject | Re: [firebird-support] Execute Statement fails on application but Ok in IBExpert |
---|---|
Author | Dmitry Sibiryakov |
Post date | 2005-10-20T06:20:12Z |
On 19 Oct 2005 at 16:14, Steve Harp wrote:
EXECUTE STATEMENT in contrast with other assignments does not perform
type coerce.
FB behavior exactly.
--
SY, Dimitry Sibiryakov.
>I have a selectable stored procedure that uses EXECUTE STATEMENT. InFirst variable in INTO clause does not match type of ord.OrderID.
>my application, the stored procedure fails with an error,
>
>"ISC ERROR CODE:335544829
>
>ISC ERROR MESSAGE:
>Variable type (position 1) in EXECUTE STATEMENT 'select ord.OrderID,
>ord.OrderTypeID, ord.Customer,' INTO does not match return".
EXECUTE STATEMENT in contrast with other assignments does not perform
type coerce.
>However, I can pass exactly the same string to IBExpert and run theComplain to IBExpert team that their FB emulator does not emulate
>stored procedure in the debugger and it runs clean and returns the
>correct result set.
FB behavior exactly.
--
SY, Dimitry Sibiryakov.