hi, I have following code and i got the "Unspecified error" when executed.
OleDbConnection ExcelConnection = new oleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + pathName + "; Extended Properties=Text;");
ExcelConnection.Open();
Many thanks in advance