[ODAC 5.70.0.4030][VCL.NET]Bug found with TDAParam
Posted: Thu 18 May 2006 15:23
Hi,
I have found a bug in procedure TDAParam.AssignParam(Param: TParam);
You have not assigned Bound value from Param.
I have fust add after and rulez !!!!!
At the next time,
NSC
I have found a bug in procedure TDAParam.AssignParam(Param: TParam);
You have not assigned Bound value from Param.
I have fust add
Code: Select all
Bound := Param.Bound;
Code: Select all
Name := Param.Name;
At the next time,
