Please take a look at my procedure, how to get a mess in the Access database ~~~ I want to take a picture ~~ showimage.asp <% Dim Recset REC = Server.createObject ("AdoDb.recordset") strsql = "select * from studentdata where stu_id =" & session ("stu_id") Rec.Open Strsql, DGX, 1, 1Response.contentType = "image / *" response.binaryWrite Rec ("Image ") .Getchunk (7500000) Rec.closset REC = NothingSet DGX = Nothing%> show.asp ![](showimage.asp?)