Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Displaying Image from table in ASP

Displaying Image from table in ASP

From: <clockwrk_at_my-deja.com>
Date: Wed, 08 Sep 1999 13:31:59 GMT
Message-ID: <7r5ogf$dto$1@nnrp1.deja.com>


I am trying to display images from an Oracle 8i table in an ASP page. The table stores the images as ORDSYS.ORDImage. I think I have stored the images but cannot figure out how to read them back out in an ASP page.

Generally I use the
OracleInProcServer.XOraSession object to create a sessionm then create a OraDatabase, then an OraDynaset. But OraDynaset.Fields("photo").value doesnot disply the data. Do I need to use a specific function in the query to retrieve this? ( Select photo.getContent() from photo )?

thanks,
chris

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Wed Sep 08 1999 - 08:31:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US