Turkish Local Error with Tools
437653Feb 3 2005 — edited Jul 26 2006When I tried to add a Oracle Connection using wizard of Oracle Developer Tools. In VS.NET Tools-> Connect To Oracle Database. I get this error. Note that this forum does not show turkish letters correctly. But in turkish there is two different uppercase I and two different lowercase i.
---------------------------
Microsoft Development Environment
---------------------------
Testing connection ISKUR1.ISKUR...
An error occurred while opening the connection:
'user ıd' is an invalid connection string attribute
---------------------------
Yeniden Dene İptal
---------------------------
There is difference between I,İ and ı,i in turkish language. I tried to Uninstall/Install again without Turkish Language support but problem persists. I used wizards to configure
C:\Oracle\product\10.1.0\Client_1\network\ADMIN\tnsnames.ora
I can connect to Oracle using Toad for example. But in VS.Net it gives this exception.
My colleagues told me that ODP.NET had the same problem. It was unable to connect to oracle with wizard.They manually updated connection string in their code. I mean they changed user ıd ----> USER ID or user id
How can I solve this problem? any idea.
thanks in advance.
Atilla Ozgur