<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Dim Recordset1__MMColParam Recordset1__MMColParam = "9" If (Request.QueryString("NewsID") <> "") Then Recordset1__MMColParam = Request.QueryString("NewsID") End If %> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_wmfw_STRING Recordset1.Source = "SELECT * FROM news WHERE NewsID = '" + Replace(Recordset1__MMColParam, "'", "''") + "'" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim Recordset2__MMColParam Recordset2__MMColParam = "9" If (Request.QueryString("NewsID") <> "") Then Recordset2__MMColParam = Request.QueryString("NewsID") End If %> <% Dim Recordset2 Dim Recordset2_numRows Set Recordset2 = Server.CreateObject("ADODB.Recordset") Recordset2.ActiveConnection = MM_wmfw_STRING Recordset2.Source = "SELECT * FROM newskind WHERE NewsID = '" + Replace(Recordset2__MMColParam, "'", "''") + "'" Recordset2.CursorType = 0 Recordset2.CursorLocation = 2 Recordset2.LockType = 1 Recordset2.Open() Recordset2_numRows = 0 %> 投资指南
你现在的位置:首页 >> 投资创业 >>
 投资指南
 
 
 
 

版权所有:
中共海口市龙华区委、海口市龙华区人民政府
海口市龙华区信息化办公室维护  联系我们:webmaster@hklhq.com
显示最佳效果: 256色以上1024 * 768分辨率 Internet Explorer 5.0以上

 
<% Recordset1.Close() Set Recordset1 = Nothing %> <% Recordset2.Close() Set Recordset2 = Nothing %>