Subject Re: [IBO] DSQL and EXECUTE PROCEDURE
Author Helen Borrie
At 07:08 PM 6/03/2006, you wrote:
>Hi,
>
>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?

SQL: 'EXECUTE PROCEDURE BLAH(:PARAM1, :PARAM2)

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