Subject | RE: [IBO] Using Params |
---|---|
Author | Tobias Giesen |
Post date | 2001-01-11T19:04:19Z |
> if Prepared then UnPrepare;Not sure what the UnPrepare is for. Doesn't the first access via ParamByName
> ParamByName('GradeRef').AsString := xxx;
> ParamByName('GradeName').AsString := S;
> Prepare;
> Open;
prepare the dataset? So the explicit Prepare in line 4 here would be too
late - it probably has no effect and should be removed.
In what line does the error message occur?
Tobias