Click here to Skip to main content
15,893,588 members
Articles / Productivity Apps and Services / Microsoft Office / Microsoft Excel

Error Reading Excel through OLEDB connection

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
11 Nov 2012CPOL 10.4K  
I am reading an excel spreadsheet in C# using OleDb connection. I get an error (See below) if any of the column headers in the excel is "Domain".The error message is (raw)System.Data.OleDb.OleDbException (0x80004005): IErrorInfo.GetDescription failed with E_FAIL(0x80004005). at...

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 11-Nov-12 4:36 Available Nelek
Updates in content. 28 changes had been made.
1 No 11-Nov-12 4:04 Available Eser Atesoglu

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Unknown
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions