davidrobin
Programmer
I have a database that has binary data in an image field, I want to display this image in an HTML table with other text data on an asp page.
Do any of you actually KNOW how to display the image.
<img src= <%= oRs("logo"
%> >
also I have tried
Response.BinaryWrite(oRs("logo"
)
and nothing seems to work, either I get a text representation of the binary data or I get the failed to load image place holder.
I have been looking round the web for days on numerous sites, forums but no-one has been able to help as yet.
David
Visual Basic 6 Ent
Do any of you actually KNOW how to display the image.
<img src= <%= oRs("logo"
also I have tried
Response.BinaryWrite(oRs("logo"
and nothing seems to work, either I get a text representation of the binary data or I get the failed to load image place holder.
I have been looking round the web for days on numerous sites, forums but no-one has been able to help as yet.
David
Visual Basic 6 Ent