Subject | Re: [IBO] Stored Procedure Changed Params not used!! |
---|---|
Author | ben_daniel81 |
Post date | 2003-10-01T02:07:38Z |
> fwiw, TIB_DSQL is a much more elegant componentThanks for the advice. Being a new IBO user I assume that the TIB_
> for performing Execute statements.
> Hook its ib_Connection property to your TIBODatabase; and
> read output from its Fields[] object (not Params[]) after
> execution.
flavour should be used in preference over the TIBO flavour where a
TDataset decendant isn't a requirement. Is this true?