Subject | Re: [IBO] UPDATE using TIB_DSQL failing |
---|---|
Author | Helen Borrie |
Post date | 2004-01-10T03:30:47Z |
At 01:31 AM 10/01/2004 +0100, you wrote:
Helen
>Hello,In what way is it failing?
>
>I am using TIB_DSQL to update a table.
>In designtime I setup the component to execute: EXECUTE PROCEDURE
>SP_UPDATE_PROJECT(:i_x) and give parameter i_x a value.
>When I execute the component and I commit I can see the value appear in the
>respective column. Great!
>
>Now when I try to do this in runtime it is failing.
>What is causing this?The answer to this depends on how the procedure "fails".
Helen