原来是用 strSql="Delete * from lingjian where id="&Request.QueryString("id") conn.Execute strSql 来删除纪录,现在用 strSql="Delete * from lingjian where id like '"&Request.QueryString("id")&"'" conn.Execute strSql 也跟上面一样会报 Microsoft OLE DB Provider for SQL Server 错误 '80040e14' 第 1 行: '*' 附近有语法错误。 该怎么写呀。。第一次用SQL。。。丢人大了。。:bomb: