%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim Recordset1__MMCol1 Recordset1__MMCol1 = "35" If (Request.QueryString("Codigo") <> "") Then Recordset1__MMCol1 = Request.QueryString("Codigo") End If %> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_adcn3_STRING Recordset1.Source = "SELECT * FROM news WHERE Publicar='Si' and " + Replace(Recordset1__MMCol1, "'", "''") + "=Codigo ORDER BY Codigo Desc" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 Recordset1_numRows = Recordset1_numRows + Repeat1__numRows %>
|
|
|
Barcelona, |
|
COPYRIGHT |
|
<% Recordset1.Close() Set Recordset1 = Nothing %>