Hi,
I'm Using TOracleDataset to update a table with contains a 'Long Raw' Field.
In the first step I read the value in TStrings:
TS.Text := OracleDatasetMemoText.AsString;
and add a new line to it:
TS.Add('NEW LINE');
This works fine.
But when I Write this back into the DB with...