Hi,
I'm inserting records into a Table in
Oracle 8 and Delphi 4 using TOracleDataSet with the following SQL:
SELECT [TABLE].ROWID, [TABLE].* FROM [TABLE]
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...