ASP的删除!不知道那里错了郁闷!

来源:百度知道 编辑:UC知道 时间:2024/05/28 07:43:44
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>信息删除</title>
</head>
<!--#include file="conn1.asp" -->
<body>
<div style="position:absolute; top:130px; left:0px; width:980px;" align="center">
<form method="post" action="">
<table width="600" border="1" align="center">
<tr>
<td width="200" bgcolor="9ECCB7"><div align="center"><font face="仿宋_GB2312"><strong>请输入编号:</strong></font></div></td>
<td width="200"><input name="ip" type="text" id="ip" size="28" >
</td>
<td width="200"><input name="submit" typ

<input name="ip" type="text" id="ip" size="28" >
你这个表单里提交的数据空的?

所以在执行的时候 Request("ip") 获取到的是空值~~
所以找寻不到要删除的数据~~

把出错行注名一下,不然人家怎么帮你看

数据库连接的那个位置错了,可能没有找到数据库的位置.