Hi Kevin,

I had already tried that, just didn't mention it in the post.

Problem is I am still getting the same exception

ORA-01017: invalid username/password; logon denied

I have tried deleting the VSWebCache, to ensure there was no caching, and I
have even checked the browser cache to ensure that the page is reloaded on
each visit.

Ihave checked the call stack, to ensure that the correct connection string
is being passed with the values

Integrated Security=no


But to no avail. Has anybody had success yet with the Oracle Managed
Provider connection string?

Regards,

Raj


-----Original Message-----
From: Kevin Hector [mailto:[EMAIL PROTECTED]]
Sent: 15 May 2002 20:42
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] System.Data.OracleClient.OracleConnection

Set Integrated Security=no (or false, or just leave it out since false is
the default). afaik, you either use Integrated Security, or you supply an
oracle username/password.

>m_Connection = "Data Source=ORCL;User ID=" + userId + ";Password=" +
>password +";Integrated Security=yes";


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to