ADODB.Recordset '800a0bb9'帮我看看错在哪里,数据类型都是文本

来源:百度知道 编辑:UC知道 时间:2024/06/14 17:54:37
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>login</title>

<style type="text/css">
<!--
.body {
font-size: 12px;
font-style: normal;
font-weight: normal;
width: 700px;
height:1204px;
margin-right: auto;
margin-left: auto;
background-color:#FFFFFF

}
.nav{
background-color:#00CC33;
height:150px;
}
.login{
width:180px;
height:120px;
background-color:#FF0000;
float:left;
}
.table{
margin:30;
}
-->
</style>
</he

request.Form("f_code") 你下输入框的名称是code
应该是 reques.form("code") 就对了
测试通过

sql="select * from [user] where f_user='"&request.Form("user")&"' and f_code='"&request.Form("f_code")&"'"