Hello,
I have a question on character set detection or conversion in Oracle uni provider. Our application is developed in D2007 ansistring (non unicode) with UniDac 3.7. 100% of our working evironment is WIN1250 ansi encoding. Oracle national setting is EE8MSWIN1250. All our computers/servers are ok(W2003, W2008, W2008R2, XP,Vista,7), but we have one (and only) server with W2008SP2 where some national characters (ěščřž...) are recoded/damaged during insert or update in oracle.
Is there any detection code for national charsets in OracleUniProvider or is it a OCI problem?
Do you have any idea on this issue?
Thanks a lot
Zdenek
PS: Oracle 10g client
Question on character set in Oracle
Hello,
Please send us the results of the execution of the following queries and specify the regional settings of the PC that inserts data correctly and of the one that inserts data incorrectly.
Please send us the results of the execution of the following queries and specify the regional settings of the PC that inserts data correctly and of the one that inserts data incorrectly.
Code: Select all
SELECT USERENV ('language') from dual;
SELECT * FROM V$NLS_PARAMETERS;