Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Linking to word documents

Guest
Oct 02, 2006 Oct 02, 2006

Copy link to clipboard

Copied



I have a sql2000 database and i am trying to write a page which lists my word documents, and can then link to them so they can be opened. I have pulled open the help screens and can't find how to do this?

Can anyone point me in the right direction?/
TOPICS
Server side applications

Views

177
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 02, 2006 Oct 02, 2006

Copy link to clipboard

Copied

LATEST
Hi.

Are the word documents held within the database or just their file names?
When I've done this in the past I've created a database field for the file
name, let's say the file is called "letter.doc" and the database field is
called "documentfield", and then simply called that field from my recordset
like so:

<a
href="documentsfolder/<%=(Recordset.Fields.Item("documentfield").Value)%>">Click
here to download/open the Word doc</a>

Is that what you mean?

Regards
Nath.

"briansmith" <webforumsuser@macromedia.com> wrote in message
news:efr4s8$r6u$1@forums.macromedia.com...
>
>
> I have a sql2000 database and i am trying to write a page which lists my
> word
> documents, and can then link to them so they can be opened. I have pulled
> open
> the help screens and can't find how to do this?
>
> Can anyone point me in the right direction?/
>
>


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines