Show image on ASP from a GetData (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hello guys,
I need to show a image on ASP pages from a GetData result. Any sample, plz?
Code:
SQL = SELECT IMAGE_NAME FROM TABLE WHERE IMAGE_ID = XXX
Set oRs = conn.Execute(SQL)
if NOT (oRs.EOF AND oRs.BOF) then
Name= oRs( IMAGE_NAME )
objConn.GetData Cstr(Name)
Response.BinaryWrite objConn.ListItem
Complete thread:
- Show image on ASP from a GetData - Jose Roberto Fonseca, 2008-07-23, 05:42
- Re: Show image on ASP from a GetData - woddrazen, 2008-07-23, 11:29
- Re: Show image on ASP from a GetData - Jose Roberto Fonseca, 2008-07-23, 19:36
- Re: Show image on ASP from a GetData - Jose Roberto Fonseca, 2008-07-23, 19:49
- Re: Show image on ASP from a GetData - woddrazen, 2008-07-23, 19:56
- Re: Show image on ASP from a GetData - Jose Roberto Fonseca, 2008-07-23, 20:25
- Re: Show image on ASP from a GetData - woddrazen, 2008-07-23, 19:56
- Re: Show image on ASP from a GetData - Jose Roberto Fonseca, 2008-07-23, 19:49
- Re: Show image on ASP from a GetData - Jose Roberto Fonseca, 2008-07-23, 19:36
- Re: Show image on ASP from a GetData - woddrazen, 2008-07-23, 11:29