HI,
<table>
<tr>
response.setContentType("image/gif");
while(rs.next())
{
byte [] barray = rs.getBytes("Photo");
%>
<td><%response.getOutputStream().write(barray); %></td>
<%
}
rs.close();
statement.close();
%>
</tr>
</table>
i dont tested,
try something like this,
Cheers,
jomet.
---------------------------------------------
Once you start a working on something,
dont be afraid of failure and dont abandon it.
People who work sincerely are the happiest.
|