How to force ADO.Net to use only the System.String DataType in the readers TableSchema

后端 未结 4 642
情书的邮戳
情书的邮戳 2021-01-17 15:08

I am using an OleDbConnection to query an Excel 2007 Spreadsheet. I want force the OleDbDataReader to use only string as the column datatype.

The system is looking a

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-17 15:19

    Note for 64bit OS it is here:

    My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Jet\4.0\Engines\Excel
    

提交回复
热议问题