P
Peter Rabbit
My attempts to open a Jet database in CSharp .Net fail. I am trying the
following:
string cstr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:/Documents and
Settings/.../Data/List.mdb;Connect Timeout=5";
OleDbConnection sdb = new OleDbConnection(cstr);
sdb.Open();
but the Open generates an OleDbException. Is there soemthing wrong with the
connection string?
Thanks
following:
string cstr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:/Documents and
Settings/.../Data/List.mdb;Connect Timeout=5";
OleDbConnection sdb = new OleDbConnection(cstr);
sdb.Open();
but the Open generates an OleDbException. Is there soemthing wrong with the
connection string?
Thanks