The problem was with this line of code:
Code:
[B]SQL[/B] = "SELECT * FROM tblform WHERE ccf = " & Request.Form("ccf") & " "
' Open Recordset Object
rs.Open [B]strSQL[/B],conn
[B]SQL[/B] = "SELECT * FROM tblform WHERE ccf = " & Request.Form("ccf") & " "
' Open Recordset Object
rs.Open [B]strSQL[/B],conn
<% Set
<%@ LANGUAGE="VBSCRIPT" %> <%response.buffer=true%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
Leave a comment: