Subject | Re: [IBO] Blob problems (IBO and FB 1.5 RC8 -RC9 possible bug) |
---|---|
Author | Helen Borrie |
Post date | 2004-02-18T15:20:27Z |
At 02:58 PM 18/02/2004 +0000, you wrote:
from executable SPs available in the Fields[] array.
Suspend is only for returning multi-row datasets. In executable SPs it's
exactly the same as Exit and shouldn't be there.
it. Just use it exactly like the ib_dsql example. There's some extra
overhead, but not much.
g'night
Helen
>Helen,Because it's a return parameter. IBO always makes any return parameters
>Thanks for the assistance, I will implement your suggestions tonight.
>One question though, I am not sure I understand how I am getting the
>record ID back without the suspend?
from executable SPs available in the Fields[] array.
Suspend is only for returning multi-row datasets. In executable SPs it's
exactly the same as Exit and shouldn't be there.
>I could have swore I tried it without it before and I never got theMaybe you tried to read it from Params[] before?
>ID back.
>Oh, and actually the db_query is a cursor component. I used thatNo, it's OK, as long as you use it for *executing* the SP, not selecting
>because I thought it did not cache all the metadata and would be
>faster for a middle tier server.
>
>So using the cursor component is bad for this type of operation?
it. Just use it exactly like the ib_dsql example. There's some extra
overhead, but not much.
g'night
Helen