asp高手帮帮我 缺少对象: '' 的问题

来源:百度知道 编辑:UC知道 时间:2024/04/28 09:03:23
错误类型:
Microsoft VBScript 运行时错误 (0x800A01A8)
缺少对象: ''
/会员注册/result.asp, 第 34 行

<!-- #include file="db.inc.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>注册结果</title>
<style type="text/css">
<!-
body {
margin-top: 0px;
margin-bottom: 0px;
background-image: url();
background-repeat: no-repeat;
}
-->
</style></head>
<body>
<table width="800" border="0" align="center" cellspacing="0">
<tr>
<td width="218" height="72"> </td>
<td width="376"> </td>
<td width="200"> </td>
</tr>
<tr>
<td> </td>
<td align="cent

rst1.open改成rst.open
记录集名字写错了

set rst =server.CreateObject("adodb.recordset")
rst.open "slect * from user where u_user='"&aa&"'",conn,1,1 '34行请帮我解决问题啊!
if rst.recordcount>0 then

这样写就对了