Hi Team,
In our project, we are using ODBC driver for connecting oracle database.
When we are running the application in Windows 7 Professional Edition, It is showing an error that [Microsoft][ODBC Driver Manager]Data source name not found and no default driver specified.
We are using a DSN less connection and the connection string in the web.config file is
"
providerName="System.Data.OracleClient" /> " The connection string used for VB pages is Provider=OraOLEDB.Oracle;Password=xxxx;User ID=xxxx;Data Source=xxxx;
Thanks in Advance.
Sam HobbsPosted Dec 13, 2011, 2:23 PM