We have following issue:
EOracleError message contains ORA exception with useful data hidden as ???, for example ORA-01400 exception:
ORA-01400: cannot insert NULL into (???)
But should be:
ORA-01400: cannot insert NULL into ("SCHEMA1"."TABLE1"."FIELD1")
Versions:
DOA 4.1.1 (doa41d2010)
Delphi 2010
Oracle Client 11.2.0 32-bit
Oracle Server: 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production (with NLS_CHARACTERSET = 'AL32UTF8')
Thanks for any help already!
EOracleError message contains ORA exception with useful data hidden as ???, for example ORA-01400 exception:
ORA-01400: cannot insert NULL into (???)
But should be:
ORA-01400: cannot insert NULL into ("SCHEMA1"."TABLE1"."FIELD1")
Versions:
DOA 4.1.1 (doa41d2010)
Delphi 2010
Oracle Client 11.2.0 32-bit
Oracle Server: 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production (with NLS_CHARACTERSET = 'AL32UTF8')
Thanks for any help already!
Last edited: