Given the following SQL in a TOracleQuery:
begin
sv.UpdateOrderZERT(:ORDERNO, :ITEMNO, :OFFERID, :ZERT);
end;
All the variables are defined as otInteger except for :ZERT which is defined as otCLOB. I'm trying to use a TLOBLocator and SetComplexVariable to set the value of :ZERT. When I try...