Subject RE: [IBO] Using Params
Author Tobias Giesen
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