Thanks for the tips robbied!
So the code should look like this:
- HTML: Select all
<%
Dim strvalue, vName
vName = Request.Form("contributor")
strvalue = "SELECT PicInsrt FROM tblConn WHERE Name= '"& vName &"'"
%>
and you should consider changing your database field name as well, "Name"!