how to convert binary data to original format?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalsingh
    New Member
    • Sep 2006
    • 218

    how to convert binary data to original format?

    hai all, i saved a word document into sql server database, now it is in the binary data format in database, now i want to retrieve it and show in word document again. plz help me to do this.
    thanking you all.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Read all the bytes and write it to like "mytempfile.doc " then open it with word?

    Comment

    Working...