Opennig Word document stored in database

  • Thread starter Thread starter Razor
  • Start date Start date
R

Razor

Hello,

It is possible to open word document from database without storing it
in temp file? (c#, office 2003)

Thanks for any help

Przemysalw Gawron
 
Przemysalw,

No.

Word needs the document's directory to put all sorts of temporary files
into.

Google around microsoft.public.word.newusers for several discussions
which touch on this; they are usually around why it's not a good idea
to save documents straight to a floppy, but the issue of temp files is
the same.

Martin
 
Back
Top