Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Displaying Image from table in ASP
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
![]() |
![]() |