Richard Coplan
Member
We are using DOA 4.0.7.1 for Delphi 7. We have a data aware application that when closes hits the following code in OracleData.pas:
finalization
if RowIdAllocations 0 then
raise Exception.Create('Assertion failed: RowIdAllocations = 0');
the actual value of RowIdAllocations = 1
Has this problem been fixed in a subsequent version please?
finalization
if RowIdAllocations 0 then
raise Exception.Create('Assertion failed: RowIdAllocations = 0');
the actual value of RowIdAllocations = 1
Has this problem been fixed in a subsequent version please?