Hi
I want to access NVARCHAR2 fields in my Oracle DB 12.1.0.2.0 from a Powerbuilder 11.5 Application.
DB-Params:
NLS_NCHAR_CHARACTERSET = AL16UTF16
NLS_CHARACTERSET = WE8MSWIN1252
No NLS_ Registry entries
Powerbuilder:
NLS Charset = Unicode
The Oracle Instant Client DLLs Version 12 (I tried 11 also) are located in the workspace directory.
When accessing the table via Database Painter I get the error message ORA-04043: Object NVARCHAR2 not found.
Unicode content is displayed in a datawindow with reversed ???
Writing unicode content via the datawindow effectively writes ??? into the DB
Where do I go from here?
I conclude that ther is some sort of bug which is a disconnect between the saving DB parms and the displaying DB parms if that makes sence. Almost as if something is being reversed. I've run out of time now, but still might be worth fiddling with the DB parms.... but I'm less convinced now.
Sorry