Hello,
I've a problem with passing the '€' from my delphi 6 application to an Oracle 9.2.0.5 database with character set UTF8. Database is accessed using ODAC component 5.70.0.34.
When a normal string is passed it works fine but when I enter the '€' (euro), I get the following error: "ORA-01460: unimplemented or unreasonable conversion requested".
What can I do to maken it work?
Thanks