reading a mdb file in c#

  • Thread starter Thread starter Guest
  • Start date Start date
Use the OleDbConnection class with this connection string:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=pathtoyourmdbfile"
 
Back
Top