Subject | Clearing parameter values |
---|---|
Author | Marcin Bury |
Post date | 2014-05-30T19:37:43Z |
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
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