不能获取数据
<%if yp_id<>0 thensql="select * from SMT_yp where SMT_id="&yp_id '****这里可以接受到id号
rs.open sql,conn,1,3
if not rs.eof then
goname=rs("SMT_user")
goid=rs("SMT_id")
if rg("SMT_oicq")<>"" then
' oicq=rs("SMT_oicq")
else
oicq="1337272001"
end if
govip=rs("SMT_vip")
set rs1=server.createobject("adodb.recordset")
sqlSet="select * from SMT_ypaddtwo where SMT_addtwo_id="&rs("SMT_addtwo_id")
<!---这个sqlSet获取不到数据---->
rs1.open sqlSet,conn,1,1
coadd=" <font color=0000ff>["&rs1("SMT_addtwo")&"/"&rs1("SMT_addone")&"]</font>"
rs1.close
%>
<td width=50%><p style="line-height:150%">
发布时间:<%=year(cpdate)&"年"&month(cpdate)&"月"&day(cpdate)&"日"%><br>
公 司:<%=rs("SMT_coname")%> <%if rs("SMT_vip")=2 then%><img src="img/vip.gif" title="VIP会员"><%end if%><br>
企业法人:<%=rs("SMT_cofr")%><br>
成立时间:<%=rs("SMT_codate")%><br>
企业性质:<%=rs("SMT_coxz")%><br>
经营模式:<%=rs("SMT_cojy")%><br>
贸易地区:<%=rs("SMT_comy")%>
</td>
<td width=50%><p style="line-height:150%">
<%userlx="地 址:"&rs("SMT_coaddress")&coadd&"<br>"&_
"邮 编:"&rs("SMT_coyb")&"<br>"&_
"联系电话:"&rs("SMT_cotelq")&"-"&rs("SMT_cotel")&"<br>"&_
"传 真:"&rs("SMT_cofaxq")&"-"&rs("SMT_cofax")&"<br>"&_
"企业邮箱:<a href='mailto:"&rs("SMT_mail")&"' target=_blank>"&rs("SMT_mail")&"</a><br>"&_
"网 址:<a href="&usertwourl&" target=_blank>"&usertwourl&"</a><br>"&_
"联 系 人:"&rs("SMT_colxr")&" ("&rs("SMT_colxrsex")&")<br>"
%>
<%SMT_user_lxfsview=userlx
SMT_web_lxview%>
</td>
</tr>
<tr>
</tr>
</table>
<!---============-->
</td></tr>
<%end if
rs.close
end if%>
看一下 这段代码 要怎么改
获取不到数据