Subject Re: [IBO] Stored Procedure Changed Params not used!!
Author ben_daniel81
> fwiw, TIB_DSQL is a much more elegant component
> for performing Execute statements.
> Hook its ib_Connection property to your TIBODatabase; and
> read output from its Fields[] object (not Params[]) after
> execution.

Thanks for the advice. Being a new IBO user I assume that the TIB_
flavour should be used in preference over the TIBO flavour where a
TDataset decendant isn't a requirement. Is this true?