We are using a character set of UTF-8 on the server (10g).
In our apps we are inserting data (TOracleDataset) and receive an error:
insert into pir_organization t (pir_orga_id, name) values ('42', 'test orga')
ORA-00904:"TC"."TYPE#":invalid identifier
I set the property BytesPerCharacter to bcAutoDetect.
Even in PL/SQL Developper (6.0.5) we got the same error.
We are using DOA version 4.0.6 for delphi 7.
Any helps?
In our apps we are inserting data (TOracleDataset) and receive an error:
insert into pir_organization t (pir_orga_id, name) values ('42', 'test orga')
ORA-00904:"TC"."TYPE#":invalid identifier
I set the property BytesPerCharacter to bcAutoDetect.
Even in PL/SQL Developper (6.0.5) we got the same error.
We are using DOA version 4.0.6 for delphi 7.
Any helps?