Retrieving a connection String
-
Hi, Myself imran, I am quite new to dotnet. i am developing web application using asp.net and C#(Visual Studio 2005). i have defined connection string in web-config Can any one help me to know How to Access database using this connetion string. thanks regards imran khan
-
Hi, Myself imran, I am quite new to dotnet. i am developing web application using asp.net and C#(Visual Studio 2005). i have defined connection string in web-config Can any one help me to know How to Access database using this connetion string. thanks regards imran khan
-
Hi, Myself imran, I am quite new to dotnet. i am developing web application using asp.net and C#(Visual Studio 2005). i have defined connection string in web-config Can any one help me to know How to Access database using this connetion string. thanks regards imran khan
OleDbConnection dbConnection; dbConnection = new OleDbConnection(); dbConnection.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0; " + "Data Source = " + Application.StartupPath + "\\Data.mdb";