<%
set dbconn=getDB()
requestid = request.QueryString("mcid")
'table view
Set rs=Server.CreateObject("ADODB.Recordset")
rs.cursortype=3
strSql="select * from market_comments where delstatus=0 and readstatus=1 and cno="&requestid&" order by cno desc"
rs.Open strSql,dbconn
%>
Market Commentary
<%
if rs.recordcount<>0 then
bgcol=1
while not rs.eof
%>