Subject | Re: [IBO] Problem in Binding Cursor in IB_Sql |
---|---|
Author | Helen Borrie |
Post date | 2004-10-28T09:34:27Z |
At 03:31 AM 28/10/2004 -0400, you wrote:
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
> > Which interface tab are you using for this query? the "Cursor tab" or aYup, but IBO doesn't know that!
> > QueryForm?
> >
>
>Queryform.
>
>The query, with the params I used, returns a single record.
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