Hi guys,
I am getting
ORA-01461: can bind a LONG value only for insert into a LONG column
when I want to update a varchar(60) field in a table through doa (with a TOracleDataset).
There is no LONG field in the table. And I get this error not only on this table. I get this in every update on...