.accdt file reading

A

AVL

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
 
Top