tags:

views:

258

answers:

1

Hi,

According to the 'Microsoft Office Word™ 2003 Visual Basic Reference', it seems the Document object can only load a file from disk or save a file to disk. Is it possible to save a document to memory or load a document from memory? Since I need to save the documents to a database instead of to disk files. I use Delphi.

Thank you in advance.

A: 

Office does support opening a file from internet with the WEBDAV protocol. I guess it supports the IPersistMoniker interface. Check DSOFramer's source code for more information. Note DSOFramer isn't supported and Office may not support the interfaces used in DSOFramer in the future.

Sheng Jiang 蒋晟
Thank you Sheng Jiang, I think I better off resort to the ordinary 'save to disk' methods and the likes.
Edwin