Microsoft OLE DB Provider for SQL Server 错误 '80040e14' “=”附近有语法错误。/2/test3.asp,
<!--#include file = "conn.asp"--> <%
set rs = server.createobject("ADODB.recordset")
id = request("id")
strSQL = "select * from admin1 where id = "& id
rs.open strSQL,conn,1,3
rs.close
%>