Page 1 of 1

ODAC error message TCompressedBlob.Free

Posted: Tue 26 Jan 2010 13:28
by odac670src
Hello,

We received following error message with ODAC:

TCompressedBlob.Free RefCount = 0 (D:\Projects\Delphi\Dac\Source\Memdata.pas, line 7769)

Could you tell what causes this error? Is it an ODAC bug or did we do something wrong?

Thank you.

Kind regards,
Renй van Kessel

Modality Software solutions
The Netherlands

Posted: Thu 28 Jan 2010 13:42
by Plash
This error occurs if a TOraLob object is freed several times. If you work with TOraLob objects in your application, you should not call the Free method for objects that you take from parameters or fields.