Results 1 to 2 of 2

Thread: Open pdf files from access DB

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    30

    Open pdf files from access DB

    Hello,
    I'm having pdf files stored(as ole object) in an access DB.
    How can i let u user download/open these files from the database on an ASP page?

  2. #2
    Frenzied Member wengang's Avatar
    Join Date
    Mar 2000
    Location
    Beijing, China
    Posts
    1,604

    Re: Open pdf files from access DB

    if all else fails, you could write a temp file to your server from the data
    and use adodb.stream to have the user download that file.

    If you always write those temp files to the same dir, you can have any page on your site that loads often to delete all temp files more than half hour old. So the site will never fill up.
    Wen Gang, Programmer
    VB6, QB, HTML, ASP, VBScript, Visual C++, Java

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width