我的数据库语言有错误请大家帮帮忙

来源:百度知道 编辑:UC知道 时间:2024/05/21 04:23:07
ADODB.Field (0x800A0BCD)
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/qq/zhuce1.asp, 第 37 行
下面是脚本
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<!--#include file="zhuce2.asp"-->
<%
username=request.Form("username")
password=request.Form("password")
email=request.Form("email")
question=request.Form("question")
answer=request.Form("answer")
oicq=request.Form("oicq")

Dim UserName,PassWord
UserName=replace(trim(Request.Form("username")),"'","‘")
PassWord=replace(trim(Request.Form("password")),"'","‘")

If UserName="" or PassWord="" Then
Response.Writ

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<!--#include file="zhuce2.asp"-->
<%
username=request.Form("username")
password=request.Form("password")
email=request.Form("email")
question=request.Form("question")
answer=request.Form("answer")
oicq=request.Form("oicq")

Dim UserName,PassWord
UserName=replace(trim(Request.Form("username")),"'","‘")
PassWord=replace(trim(Request.Form("password")),"'","‘")

If UserName="" or PassWord="" Then
Response.Write ("<script>alert('会员注册失败!\n\n错误原因:会员帐号和密码未填。');history.back();</script>")