we use Delphi 7 with the ODAC NET Components. As Oracle Server we have the 9i Version with the Charset UTF8.
Now I have Problems with Insert and Update-Statements like this:
Insert into TBL_.. (ID, Name) VALUES (1, 'ÄÖÜ');
Update TBL_.. SET NAME = 'ÄÖÜ' Where ID = 1;
The Statements return no Error-Messages, but the Item Name is empty.
I got the same result with the Software HORA 6 from Keeptool. Their I know its a Delphi Project too.

Thanks
the strawberry