下面是xh_del.asp的代碼
<!--#include file="xh_conn.asp"-->
<%
lianluo=request.querystring("lianluo")
delsql="delete * from 營業 where lianluo="&lianluo
db.execute(delsql)
response.redirect "xh_add.asp"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>無標題文檔</title>
</head>
<body>
</body>
</html>
就是執行這個xh_del.asp出現如下錯誤
錯誤類型:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]第 1 行: '*' 附近有語法錯誤。
/roylong/admin/xh_del.asp, 第 5 行
這個是xh_conn.asp的代碼
<%
set db=server.createobject("adodb.connection")
db.open "Driver={SQL Server};server=cylong;database=生產管理;uid=sa;pwd="
%>
[此贴子已经被作者于2005-12-31 16:08:12编辑过]