%@LANGUAGE="VBSCRIPT" CODEPAGE="28597"%> <% Dim RS__MMColParam RS__MMColParam = "1" If (Request.QueryString("News") <> "") Then RS__MMColParam = Request.QueryString("News") End If %> <% Dim RS Dim RS_numRows Set RS = Server.CreateObject("ADODB.Recordset") RS.ActiveConnection = MM_news_STRING RS.Source = "SELECT * FROM news WHERE News = " + Replace(RS__MMColParam, "'", "''") + "" RS.CursorType = 0 RS.CursorLocation = 2 RS.LockType = 1 RS.Open() RS_numRows = 0 %>
|
|
||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||