Oracle Blob using SafeDatareader

Oracle Blob using SafeDatareader

Old forum URL: forums.lhotka.net/forums/t/7071.aspx


DazedAndConfused posted on Wednesday, June 10, 2009

I need to store some serialised data into a field in an Oracle 11g database. I am using a blob to store this. I want to return this data from the database into a native c# object.

Using the safedatareader, what method should I use to return this and into what c# datatype? I could just use the native oracle driver, but want to try and use a database agnostic method.

thanks

 

Copyright (c) Marimer LLC