M
Marcel Hug
Hello NG !
I would like to open a MS Access Db by C#.
I use the following code:
string strConnectionText = @"Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=C:\SWDev\My_Programs\Controller\DataBase\Test.mdb";
OleDBConnection dbConnection = new OleDBConnection();
dbConnection.ConnectionString = strConnectionText;
dbConnection.Open();
But i allways get a error that I do not have the MDAC 2.6 or later.
But the component checker showns me that i have MDAC 2.8...
Whats wrong ???
Thanks and regards
Marcel Hug
I would like to open a MS Access Db by C#.
I use the following code:
string strConnectionText = @"Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=C:\SWDev\My_Programs\Controller\DataBase\Test.mdb";
OleDBConnection dbConnection = new OleDBConnection();
dbConnection.ConnectionString = strConnectionText;
dbConnection.Open();
But i allways get a error that I do not have the MDAC 2.6 or later.
But the component checker showns me that i have MDAC 2.8...
Whats wrong ???
Thanks and regards
Marcel Hug