<% Call opendb() sql="select top 1 * from tbWebContent where ciid=1" rs.open sql,conn,1,1 cvcTitle=rs("cvcTitle") cvcDescription=rs("cvcDescription") cvcKeyword=rs("cvcKeyword") cvcContent=rs("cvcContent") Call closedb() %> <%=cvcTitle%>
<%=cvcContent%>