Hello
I'm trying to work with objects that have CLOB attributes. TOraObject class doesn't provide a method to set an attribute as LOB (the property is read-only). I tried to use AttrAsLob[...].Assign method, but it doesn't mark the attribute as not-null. So the attribute remains null even after I assign a value to it. Is there a way to to it? I'm using ODAC 5.80.
Thanks