TZQuery - wrong determining of parameters type ?
Posted: 29.06.2007, 12:57
hi, i run some easy update query with parameters
qu_insert_polozka_.parambyname('param_count').value := 1;
so the DataType is now ftSmallInt
in second call of my query
qu_insert_polozka_.parambyname('param_count').value := 40000;
the DataType remains
and the execution of query causes an range check error
is any way to call redetermine of paramater types ?
thank you
qu_insert_polozka_.parambyname('param_count').value := 1;
so the DataType is now ftSmallInt
in second call of my query
qu_insert_polozka_.parambyname('param_count').value := 40000;
the DataType remains
and the execution of query causes an range check error
is any way to call redetermine of paramater types ?
thank you