Retrieve pdf files from SQL Server

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Retrieve pdf files from SQL Server

    Hi

    Doesn anyyone know the proper lines of ASP code to sucessfully retrieve a pdf file from SQL server. Everytime I run my code I get gibberish all over the screen. I would like it to prompt me to save the file to disk

    Thanks

    -Jeff
    Jeff Fenn Guest

  2. Similar Questions and Discussions

    1. store/retrieve images to server
      Hi All, I want to retrieve images from server and send them back to Servlet without using FileUpload. It's an urgent requirement please help me out....
    2. #39234 [Opn]: Retrieve short names to files.
      ID: 39234 User updated by: RQuadling at GMail dot com Reported By: RQuadling at GMail dot com Status: Open Bug...
    3. #39234 [NEW]: Retrieve short names to files.
      From: RQuadling at GMail dot com Operating system: Windows XP SP2 PHP version: 5CVS-2006-10-23 (snap) PHP Bug Type: ...
    4. Retrieve attachments from Exchange Server
      Hi guys, I'm trying to create a CF based webmail interface for a Microsoft Exchange 2003 server. All works fine using POP3 except the...
    5. Retrieve Files using HttpWebRequest
      Hi, I'm building WS that response on files (retrieve files from file server to client). I'm using HttpWebRequest to retrieve the file and send...
  3. #2

    Default Re: Retrieve pdf files from SQL Server

    Please do not multipost.

    Ray at work

    "Jeff Fenn" <fenn@bravuranetworks.com> wrote in message
    news:A3A4946D-B5D7-49D5-AE16-0259548EB445@microsoft.com...
    > Hi,
    >
    > Doesn anyyone know the proper lines of ASP code to sucessfully retrieve a
    pdf file from SQL server. Everytime I run my code I get gibberish all over
    the screen. I would like it to prompt me to save the file to disk.
    >
    > Thanks.
    >
    > -Jeff

    Ray at Guest

  4. #3

    Default Re: Retrieve pdf files from SQL Server

    On Fri, 27 Feb 2004 07:16:10 -0800, Jeff Fenn
    <fenn@bravuranetworks.com> wrote:
    >Doesn anyyone know the proper lines of ASP code to sucessfully retrieve a pdf file from SQL server. Everytime I run my code I get gibberish all over the screen. I would like it to prompt me to save the file to disk.
    Retrieve the path to the file from the database and send it as a URL.
    Store the PDF outside the database. If the client has Acrobat
    installed it will open in the reader and if not it can be saved to a
    disk.

    Jeff
    Jeff Cochran Guest

  5. #4

    Default Re: Retrieve pdf files from SQL Server

    We can't do that because it wouldn't be secure. We only
    want the person who is logged in to have access to the
    file.

    -Jeff
    >-----Original Message-----
    >On Fri, 27 Feb 2004 07:16:10 -0800, Jeff Fenn
    ><fenn@bravuranetworks.com> wrote:
    >
    >>Doesn anyyone know the proper lines of ASP code to
    sucessfully retrieve a pdf file from SQL server.
    Everytime I run my code I get gibberish all over the
    screen. I would like it to prompt me to save the file to
    disk.
    >
    >Retrieve the path to the file from the database and send
    it as a URL.
    >Store the PDF outside the database. If the client has
    Acrobat
    >installed it will open in the reader and if not it can
    be saved to a
    >disk.
    >
    >Jeff
    >.
    >
    Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139