Re: how could I using ASP to retrieve a blob from Oracle 8i?

Re: how could I using ASP to retrieve a blob from Oracle 8i?

am 21.12.2004 15:57:18 von unknown

Response.Binarywrite?

Ray at work

"tony" wrote in message
news:%23mE6nx25EHA.1292@TK2MSFTNGP10.phx.gbl...
> how could I using ASP to retrieve a blob from Oracle 8i?
> For instance:
> I have a table
> "blobtable"
> Field 1: customer_id number
> Field 2: customerphoto BLOB (all jpg)
>
>
> what code can retrieve the jpg file from Oracle and show it on the
resulting
> ASP page?
>
> thanks in advance.
>
>

how could I using ASP to retrieve a blob from Oracle 8i?

am 21.12.2004 15:57:52 von tony

how could I using ASP to retrieve a blob from Oracle 8i?
For instance:
I have a table
"blobtable"
Field 1: customer_id number
Field 2: customerphoto BLOB (all jpg)


what code can retrieve the jpg file from Oracle and show it on the resulting
ASP page?

thanks in advance.

Re: how could I using ASP to retrieve a blob from Oracle 8i?

am 21.12.2004 17:20:20 von Mark Schupp

There are some links here that should help:

http://www.aspfaq.com/show.asp?id=2149

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"tony" wrote in message
news:%23mE6nx25EHA.1292@TK2MSFTNGP10.phx.gbl...
> how could I using ASP to retrieve a blob from Oracle 8i?
> For instance:
> I have a table
> "blobtable"
> Field 1: customer_id number
> Field 2: customerphoto BLOB (all jpg)
>
>
> what code can retrieve the jpg file from Oracle and show it on the
> resulting
> ASP page?
>
> thanks in advance.
>
>