Subject Re: [firebird-support] IBOConsole running Stored Procedure Niggle
Author Helen Borrie
At 08:44 AM 20/11/2004 +0000, you wrote:

>I am getting adventurous, and have created a stored procedure to update
>a table which originally calculated periods in minutes to use seconds
>instead. Since the original timestamps are also stored, the conversion
>is easy, but needs to remember time from previous record, and a simple
>update would not handle it.
>
>The Stored Procedure works fine (Run in IB_SQL), but has no inputs or
>returns, and when I run it in the IBOConsole I'm getting a
>'BindingCursor' error after the procedure has run. The data has updated,
>but I can't run the rest of the update script.
>
>The quick bodge is just to split the script and ignore the error, but
>has anybody else seen the problem or is it just the way I am doing things?

How *are* you doing things, Lester? <g> That error is an IBO dataset error
that typically occurs when you try to SELECT from an executable procedure...

./hb