%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Dim rsGetCol__MMColParam rsGetCol__MMColParam = "y" If (Request("MM_EmptyValue") <> "") Then rsGetCol__MMColParam = Request("MM_EmptyValue") End If %> <% Dim rsGetCol Dim rsGetCol_numRows Set rsGetCol = Server.CreateObject("ADODB.Recordset") rsGetCol.ActiveConnection = MM_conn_verygood_STRING rsGetCol.Source = "SELECT * FROM newscolumn WHERE active = '" + Replace(rsGetCol__MMColParam, "'", "''") + "' ORDER BY id ASC" rsGetCol.CursorType = 0 rsGetCol.CursorLocation = 2 rsGetCol.LockType = 1 rsGetCol.Open() rsGetCol_numRows = 0 %> <% Dim rsGetActiveC__MMColParam rsGetActiveC__MMColParam = "y" If (Request("MM_EmptyValue") <> "") Then rsGetActiveC__MMColParam = Request("MM_EmptyValue") End If %> <% Dim rsGetActiveC Dim rsGetActiveC_numRows Set rsGetActiveC = Server.CreateObject("ADODB.Recordset") rsGetActiveC.ActiveConnection = MM_conn_verygood_STRING rsGetActiveC.Source = "SELECT * FROM newscolumn WHERE active = '" + Replace(rsGetActiveC__MMColParam, "'", "''") + "'" rsGetActiveC.CursorType = 0 rsGetActiveC.CursorLocation = 2 rsGetActiveC.LockType = 1 rsGetActiveC.Open() rsGetActiveC_numRows = 0 %>
|
||||||||
|
||||||||
|
||||||||
|
||||||||
© Copyright reserved by Very Good News Website Design: www.boiis.com |