[求助]求错误所在
新手,写的不知道那里错了strsql="select pro_list.*,pro_type.*,pro_type2.* from pro_list jion pro_type on (pro_list.pro_type=pro_type.pro_type) jion pro_type2 on (pro_list.pro_type=pro_type2.pro_type2) where pro_list.id="&id
set rs = Server.CreateObject("ADODB.Recordset")
rs.Open strsql, conn, 1, 1 --这句提示出错
access数据库
先谢了