Line 44: OleDbDataAdapter oda = new OleDbDataAdapter(Query, Econ); Line 45: Econ.Close(); Line 46: oda.Fill(ds); Line 47: DataTable Exceldt = ds.Tables[0]; Line 48: connection();
Attachment: InsertExcelFileRecords.zip