Unanswered OLE Header Information

  • Saturday, March 11, 2006 7:05 AM
     
     

    Hi,

    I would like to know about OLE Object in Access database.

    I saw some of the articles about OLE. They told when the data like Images, documents, etc., are stored to the database OLE object field, it stores data with OLE header information. When we access that data programatically we should need to remove the OLE Header information [Image have 78 bytes]. If we did not removes that information then it through an exception.

    I use C# for access those data. Can any one tell me what kind of information is stored in OLE header and how can we differentiate the data stored in database.

    Cheer.