opening a word file.

M

Mike

I want to open a word document saved in a SQL Server table in Microsoft Word .

My ducoment is saved in an image field in a SQL Server database table and I
know how to rewrite the image field (Blob) as a file in a directory.

My problem is that I would like to open the document in microsoft Word
without having to recreate the file. So I want to read the (blob) and show
the content of the blob (The word Document) in Microsoft Word without having
to save the blob as a file on the disk and then open it in Microsoft Word.
(objApp.Documents.Open strDocName).

What's the trick!!!!!
Thanks in advance
BYE!!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top