Subject | RE: [IBO] Using Params |
---|---|
Author | Tobias Giesen |
Post date | 2001-01-08T14:11:08Z |
Hi,
one thing I would definitely try is using
qryGrades.ParamByName('ID'):=xxx;
rather than directly accessing the Params array. This seems to be the safest
way, and in recent IBO versions it automatically prepares the query if
required.
Cheers,
Tobias
one thing I would definitely try is using
qryGrades.ParamByName('ID'):=xxx;
rather than directly accessing the Params array. This seems to be the safest
way, and in recent IBO versions it automatically prepares the query if
required.
Cheers,
Tobias