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...
I am having problems with Delphi 7 and Oracle 10g using DOA 4.0.7.1
I am getting an invalid handle error when trying to write to a CLOB field. I created a test app to try and pinpoint the problem. Please can you advise, what is wrong with the following code:
procedure...