
Displaying Word Docs from Database OLE Links
Well... I've kind of changed the question a little bit. Now I'm not
thinking about Word Docs.. If they have to be HTML, that would be fine. But
I'm still stuck trying to include them when I am generating the name of the
file through script that pulls it out of a database. How do I make that
work?
Quote:
>You can not include a application data file within a HTML page. The
application or viewer must be
Quote:
>available to execute the data file, and this requires that you provide a
link to the file. The users
Quote:
>browser will then determine what to do or how to handle the file.
>--
>====================================
>Thomas Rowe
>Your Community On-Line Network
>http://www.ycoln.net
>Microsoft MVP - FrontPage
>The HTML Writers Guild Member
>International Webmaster Association Member
>Site Builder Network Level 2 Member
>MSDN Universal Subscriber
Quote:
>>Thanks for the good idea, Thomas.
>>But what if I've got an HTML document that I want to include - but I want
to
>>include it from link information that is database driven?
>>Say I've got a table column I want to fill with a document. I tried doing
>>an include of script-driven database table information, but of course I
ran
>>up against the fact that the #include is processed before the script is
run.
>>So the real question is: How do I dynamically insert an HTML document
inside
>>another one?
>>Thanks again,
>>Kevin
>>>The best approach is to place the actually document in the web, then in
>>Access provide a link to the
>>>document location. This also applies to images, etc.
>>>--
>>>====================================
>>>Thomas Rowe
>>>Your Community On-Line Network
>>>http://www.ycoln.net
>>>Microsoft MVP - FrontPage
>>>The HTML Writers Guild Member
>>>International Webmaster Association Member
>>>Site Builder Network Level 2 Member
>>>MSDN Universal Subscriber
>>>>I can't imagine no one has tried this before; nor can I imagine that
>>>>Microsoft would miss a chance to make this a very easy thing to do, but
>>I'm
>>>>just not seeing it...
>>>>I want to display MS Word documents - but the document display is driven
>>by
>>>>database. The Access database will contain OLE links to the documents.
>>So
>>>>far everything I've tried sees the link fields as binary data, but
that's
>>>>it.
>>>>How do I use the link to get at and display the document?
>>>>Thanks much!