Subject Re: [IBO] Problem in Binding Cursor in IB_Sql
Author Helen Borrie
At 03:31 AM 28/10/2004 -0400, you wrote:

> > Which interface tab are you using for this query? the "Cursor tab" or a
> > QueryForm?
> >
>
>Queryform.
>
>The query, with the params I used, returns a single record.

Yup, but IBO doesn't know that!

QueryForm uses a TIB_Query and its dataset editor is there for when you
need it. You can set KeyLinks in the QueryForm and avoid this exception,
just as you do in your applications. Unfortunately, what you can't do in a
QueryForm is write an exception handler to catch the exception...unless
someone wants to write something to include in there. :-)

Helen