Domingo Garc
Member
Hi,
I'm inserting records into a Table in
Oracle 8 and Delphi 4 using TOracleDataSet with the following SQL:
SELECT
.ROWID,
.* FROM
The table contains a CLOB field, and when I write any text into the field (using a DBMemo) and call Post, I get the following message:
ORA-22990: LOB locators cannot span transactions.
Any ideas?
TIA
Domingo Garc
I'm inserting records into a Table in
Oracle 8 and Delphi 4 using TOracleDataSet with the following SQL:
SELECT
The table contains a CLOB field, and when I write any text into the field (using a DBMemo) and call Post, I get the following message:
ORA-22990: LOB locators cannot span transactions.
Any ideas?
TIA
Domingo Garc