-
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
-
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
-
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
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks