Missing extended ASCII set after update of servicepacks

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
bjarni75
Posts: 1
Joined: Tue 13 Mar 2012 15:07

Missing extended ASCII set after update of servicepacks

Post by bjarni75 » Tue 13 Mar 2012 15:18

I have 4 Servers(2008 IIS7) running .net 3.5 applications, getting data from fifth server running oracle.

We are using OraDirect oranet475std2 for data provider and after update on one of our Server we lost öðæþ ect.

I have tried uninstall and install oranet475std2 again no luck.
I have made small test with OracleDataAccess as provider and all seems ok.


Any Suggestion?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 19 Mar 2012 08:07

Please try using the latest (6.80.325) version of dotConnect for Oracle. If the problem persists, send us the following information:
1) are you using Direct or OCI (via Oracle client) mode? Specify your connection string (roughly, without credentials).
2) the versions of your Oracle client (if it is used) and Oracle server;
3) NLS_LANGUAGE, NLS_CHARACTERSET, and NLS_NCHAR_CHARACTERSET of your Oracle server;
4) NLS_LANG of your Oracle client (from registry);
5) a small test project with the corresponding DDL/DML script to reproduce the issue in our environment.

Post Reply