Subject | Re: [IBO] DSQL and EXECUTE PROCEDURE |
---|---|
Author | Helen Borrie |
Post date | 2006-03-06T08:21:14Z |
At 07:08 PM 6/03/2006, you wrote:
Just call ExecSQL. If there are return values, read Fields[]
TIBOStoredProc is also a TIBODataset descendant. Use ExecProc there.
But why would you use a dataset component at all, when you could use TIB_DSQL?
Helen
>Hi,SQL: 'EXECUTE PROCEDURE BLAH(:PARAM1, :PARAM2)
>
>Should EXECUTE PROCEDURE be supported in
>a TIBODataset? Given that's DSQL, and the call is
>supported in DSQL from what I can read, how should
>this work?
Just call ExecSQL. If there are return values, read Fields[]
TIBOStoredProc is also a TIBODataset descendant. Use ExecProc there.
But why would you use a dataset component at all, when you could use TIB_DSQL?
Helen