Is OraOLEDB provider in .NET unreliable on CLOB fields?

后端 未结 3 430
暗喜
暗喜 2020-12-11 07:51

I have a query that seems to be returning the wrong data from the OleDbDataReader. I\'ve included the actual code below (with user id and pass changed). I\'m running on Or

3条回答
  •  悲哀的现实
    2020-12-11 08:28

    Fantastic !

    Had similar problem where a recordset containing two records ( tiff files ) was displaying the first record successfully but giving the error re: argument type on the second record.

    Determined that only one dll in the patch for the OLE fix is changed and just replaced this single dll ( OraOLEDBrst11.dll within the oracle client bin directory ).

    Works fine now.

提交回复
热议问题