.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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top