Opening byte[] as a file without actually saving it as a file first
问题 What is the best way to open a Word file that was stored as a byte[] in a database? I have to store some documents in an Access database - Word files, 2003 and up - on an application that is strictly run off of a CD. Unfortunately they have to be in the database and can't be stored loose in folders. I'm storing them as an OLE object, and I can read and write them just fine as a byte[]. However, I don't know the best way of getting these documents back open in Word. Right now I'm using a