Cannot read Oracle 12 NVARCHAR2 field with Lazarus 2.2.2+ZeosLib 7.2.14 on Linux
Posted: 11.09.2022, 09:30
Hello Everyone,
I'm using:
The problem is only when I'm trying to query NVARCHR2 fields (unicode), instead of unicode text I get "¿¿¿¿¿" in data controls (like TDBGrid).
ClientCodePage on ZConnection is set to AL32UTF8.
NLS_LANG=AMERICAN_AMERICA.AL32UTF8.
sqlplus can read successfully that field.
Please help.
Thanks.
I'm using:
- Lazarus 2.2.2/FPC 3.2.2/ZeosLib 7.2.14.
- Database: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
- Oracle Instant Client Version 21.7.0.0.0
The problem is only when I'm trying to query NVARCHR2 fields (unicode), instead of unicode text I get "¿¿¿¿¿" in data controls (like TDBGrid).
ClientCodePage on ZConnection is set to AL32UTF8.
NLS_LANG=AMERICAN_AMERICA.AL32UTF8.
sqlplus can read successfully that field.
Please help.
Thanks.