sql = "select * from replies where art_id = "&art_id&" order by issue_time ASC"
sql = "select * from topices where art_id = "&art_id&" order by issue_time ASC"
两个都可以显示
但是 sql = "select * from replies,topices where art_id = "&art_id&" order by issue_time ASC"
却不可以显示
错误是错误类型: Microsoft JET Database Engine (0x80004005) /ASP/replyTheme.asp, 第 40 行 就是RS.OPEN SQL,CNN 错误了
请问该怎么办???