Range check errors are occuring at various points in ZDBCInterbase6Utils. Each of these points is close to a comment that reads { WAS RC OFF }. I assume that range checking was previously switched off for those parts of the source - and to be honest statements such as...
SqlVar := @FXSQLDA.SqlVar;
really can not be subject to range checking, so those compiler switches should have been left in. Was there a reason for removing them?
Range check errors on 6.5.1alpha - 20060523
Moderators: gto, cipto_kh, EgonHugeist