Board index » delphi » cannot update CLOB field under Oracle 8.x

cannot update CLOB field under Oracle 8.x

Hello, all together,

I have a big problem with Delphi 5, BDE 5.x and Oracle 8.x. When I want to
update my memofield under Oracle 8.x and set UpdateMode to upWhereKeyOnly,
an exception is raised because the BDE can not find my record. If the
UpdateMode is changed to upWhereAll, the update statement can perfectly be
committed. Has anybody come across a similar problem?
Hint: I use GUID as primary keys.

Thanks for your support.

Bye,
Jrgen Bauer
BauerSoftware, Germany

 

Re:cannot update CLOB field under Oracle 8.x


One more info:

When I change the record via upWhereAll, the record seems to be repaired
afterwards.

Other Threads