We're getting the usual
"can bind a LONG value only for insert into a LONG column"
on an execute with a TOracleDataset on a UTF8 database. The code worked perfectly on 8i. The code also works perfectly if the session property UseOCI7 set to true, this isn't really an option.
We think the...