.accdt file reading

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
i would like to read the data\content of a .accdt file...
i've tried using teh oledbconnection.....with the below connection string..
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Program Files\Microsoft
Office\Templates\1033\Access\Core.acctb;Persist Security Info=False;";
OleDbConnection conn = new OleDbConnection();

but it failed...

how can read .accdt file? any other alternative..please help out
 
Back
Top