Char length issue
Posted: Wed 21 May 2014 10:39
Hello,
I have upgraded the 4.70 driver to the last 6.3.6 and I encounter the following problem :
a select from a column declared as CHAR(4 CHAR) with nls_length_semantics = 'CHAR' returns the value 'DATA ' (16 characters) whereas the the driver 4.70 correctly returns the value 'DATA' (4 characters as expected).
Both environnements are exactly the same, only the dll is replaced.
The character set of the database is AL32UTF8.
Should I make changes to the connection options for the new driver ?
Thanks.
I have upgraded the 4.70 driver to the last 6.3.6 and I encounter the following problem :
a select from a column declared as CHAR(4 CHAR) with nls_length_semantics = 'CHAR' returns the value 'DATA ' (16 characters) whereas the the driver 4.70 correctly returns the value 'DATA' (4 characters as expected).
Both environnements are exactly the same, only the dll is replaced.
The character set of the database is AL32UTF8.
Should I make changes to the connection options for the new driver ?
Thanks.