ASP同时读取两个数据表怎样写

sql="selecta.city,b.twebtitle,b.twebkeywords,b.twebdescriptionfromchina_cityasa,china... sql="select a.city,b.twebtitle,b.twebkeywords,b.twebdescription from china_city as a,china_type as b where a.id="&city_oneid&" and a.twoid="&city_twoid&" and a.threeid="&city_threeid&" and b.id="&type_oneid&" and b.twoid="&type_twoid&" and b.threeid="&type_threeid&""
set rs=server.createObject("ADODB.recordset")
rs.open sql,conn,1,1
if rs.eof then
rs.close:set rs=nothing
conn.close:set conn=nothing
response.Write("错误参数")
response.end
else
webtitle1=rs("city") ("twebtitle")&"  "
webdescription1=rs("twebdescription")&"  "
webkeywords1=rs("twebkeywords")&("city")&"  "
这样写只能显示前面的,应该怎样写才能显示city 与twebkeywords呢?
if type_oneid<>0 and city_oneid<>0 then
sql="select a.city,b.twebtitle,b.twebkeywords,b.twebdescription from china_city as a,china_type as b where a.id="&city_oneid&" and a.twoid="&city_twoid&" and a.threeid="&city_threeid&" and b.id="&type_oneid&" and b.twoid="&type_twoid&" and b.threeid="&type_threeid&""
set rs=server.createObject("ADODB.recordset")
rs.open sql,conn,1,1
if rs.eof then
rs.close:set rs=nothing
conn.close:set conn=nothing
response.Write("错误参数")
response.end
else
webtitle1=rs("city")&( "twebtitle")&"  "
为什么只能读取city数据,怎样才能同时读取city twebtitle数据呢?
展开
 我来答
ert211
2010-04-16 · 超过53用户采纳过TA的回答
知道小有建树答主
回答量:222
采纳率:0%
帮助的人:218万
展开全部
webtitle1=rs("渣蠢city")&rs("twebtitle"老或)&" "
webdescription1=rs("twebdescription")&" "
webkeywords1=rs("twebkeywords")&rs("city")&" "如含陪
ccppv
2010-04-16 · TA获得超过2994个赞
知道大有可为答主
回答量:5074
采纳率:40%
帮助的人:2949万
展开全部
没懂...
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式