Board index » delphi » Problem update oracle CLOB in cached updates
Stefan Cruysberghs
![]() Delphi Developer |
Fri, 27 Jun 2003 16:55:31 GMT
Problem update oracle CLOB in cached updates
Hello
When using a cached-updates query that contains oracle clob (or blob) Commit one record per transaction works fine, but when trying to commit more It seems that this will corrupt the session, even after a refresh it is not Using a clientdataset with a provider as an alternative for cached updates We are using BDE 5.1.1 with oracle 8.1.5 and BDE 5.1.1 with SQLORA8.DLL from Does anyone have any suggestion how to fix this? Using BDE alternatives or OCI components is not an option at this moment. |