I am using the SaveAs method in a Word script to save a document as an HTML file. I then issue the ActiveDocument.Close command. Now I want to read the file I saved using an ADO Stream so I can load the file into a blob in SQL2000. The LoadFromFile method receives the error "File could not be opened '3002' ". Is there any way I can unlock this file?
Any other idea on how to get around this locking problem?
Thanks.
Phil
Any other idea on how to get around this locking problem?
Thanks.
Phil