CheckSpace-Error?
Posted: Tue 05 May 2009 17:18
Hi,
I'am using the latet (.15) version of the oracle-driver and have got the same problem on different oracle-databases (with D2009).
It is only "CheckSpace" what is not coming form oracle (no ora-numer). I'm writing a blob like
s := 'UPDATE '+FTablename+' '+
'SET ValueField=EMPTY_CLOB(),LNO=LNO+1, TX=:TX, TNO=:TNO, Deleted=:Deleted ';
s := s + 'WHERE Section=:Section AND Ident=:Ident AND TX=:TX '+
'RETURNING ValueField INTO :ValueField ';
With old Delphi it worked well (dbx30). Is the message from you? What will it say to me?
I'am using the latet (.15) version of the oracle-driver and have got the same problem on different oracle-databases (with D2009).
It is only "CheckSpace" what is not coming form oracle (no ora-numer). I'm writing a blob like
s := 'UPDATE '+FTablename+' '+
'SET ValueField=EMPTY_CLOB(),LNO=LNO+1, TX=:TX, TNO=:TNO, Deleted=:Deleted ';
s := s + 'WHERE Section=:Section AND Ident=:Ident AND TX=:TX '+
'RETURNING ValueField INTO :ValueField ';
With old Delphi it worked well (dbx30). Is the message from you? What will it say to me?