DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Jettu Guest

    displaying PDF files stored in ORACLE Database as BLOB on the ASP page


    Hi All,

    Did any one of you tried to pull the Pdf files stored in the ORACLE database
    as BLOB and displayed on the ASP page.

    Please lemme know..

    Your help would be appreciated

    regards,
    Jettu

  2. #2
    Robert Guest

    Re: displaying PDF files stored in ORACLE Database as BLOB on the ASP page


    I did this about a year ago

    I think this might work

    Response.ContentType ="application/pdf"
    Response.BinaryWrite(RS!PDFData)

    "Jettu" <swami_ka@yahoo.com> wrote:
    >
    >Hi All,
    >
    >Did any one of you tried to pull the Pdf files stored in the ORACLE database
    >as BLOB and displayed on the ASP page.
    >
    >Please lemme know..
    >
    >Your help would be appreciated
    >
    >regards,
    >Jettu



  3. #3
    jettu Guest

    Re: displaying PDF files stored in ORACLE Database as BLOB on the ASP page


    Hi Robert,

    I already tried this, it did not work.
    Any way thanks for your response.

    regards,

    "Robert" <Robert_Levy@countrywide.com> wrote:
    >
    >I did this about a year ago
    >
    >I think this might work
    >
    >Response.ContentType ="application/pdf"
    >Response.BinaryWrite(RS!PDFData)
    >
    >"Jettu" <swami_ka@yahoo.com> wrote:
    >>
    >>Hi All,
    >>
    >>Did any one of you tried to pull the Pdf files stored in the ORACLE database
    >>as BLOB and displayed on the ASP page.
    >>
    >>Please lemme know..
    >>
    >>Your help would be appreciated
    >>
    >>regards,
    >>Jettu

    >



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links