Subject Clearing parameter values
Author Marcin Bury
Hi All

Sorry if this question seems to be dumb...

What is the best method to clear IB_DSQL parameters values?
If I set IB_DSQL.Params[0].AsString := 'xxx', then unprepare and prepare
statement, Params[0] is still 'xxx'.
Any other way then iterate Params and clear one by one?

TIA
Marcin