>Has anybody had success yet with the Oracle Managed
>Provider connection string?

Yes it worked for me. I have 8.1.7 Enterprise Edition installed on my w2k
server workstation. Using the default starter db (SID=ORADB1) my connection
string is

connStr="Data Source=ORADB1;User ID=scott;Password=tiger";

Out of interest, can you connect to the database using the server explorer
in VS.NET? Also, can you connect to the database in your code using
System.Data.OleDb.OleDbConnection using connection string

connStr="Provider=MSDAORA.1; Data Source=ORADB1;User
ID=scott;Password=tiger";

Kevin


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.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