Export oledata object into file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JILICECOOL
    New Member
    • May 2007
    • 2

    Export oledata object into file

    Hi ,



    I have access database table with one column as oleobject datatype.where a word file is stored previously.



    Now i want to export those into physical files as word document

    Help needed guys!!!!!!!!!!! !!!!!!!!!!!!


    Cheers,
    Jil
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    You posted this in the Articles section. I am moving it to the Access forum.

    ADMIN

    Comment

    • JConsulting
      Recognized Expert Contributor
      • Apr 2007
      • 603

      #3
      Originally posted by JILICECOOL
      Hi ,



      I have access database table with one column as oleobject datatype.where a word file is stored previously.



      Now i want to export those into physical files as word document

      Help needed guys!!!!!!!!!!! !!!!!!!!!!!!


      Cheers,
      Jil

      The only way to get data from embedded object is via a bound form (*). When you insert Word document in the OLE field, Access adds an OLE wrapper for this type of files. Since the wrapper has never been documented, its not even possible to use GetChunk method (ADO) (or similar in DAO) to decrypt original document.

      Sorry.
      J

      Comment

      • JConsulting
        Recognized Expert Contributor
        • Apr 2007
        • 603

        #4
        Originally posted by JConsulting
        The only way to get data from embedded object is via a bound form (*). When you insert Word document in the OLE field, Access adds an OLE wrapper for this type of files. Since the wrapper has never been documented, its not even possible to use GetChunk method (ADO) (or similar in DAO) to decrypt original document.

        Sorry.
        J
        you can try here

        http://www.lebans.com/imagecontroltoc lipboard.htm

        Comment

        Working...