%@LANGUAGE="VBSCRIPT"%> <% Dim Nflash Dim Nflash_numRows Set Nflash = Server.CreateObject("ADODB.Recordset") Nflash.ActiveConnection = MM_directorio_aecit_STRING Nflash.Source = "SELECT * FROM flash ORDER BY UID DESC" Nflash.CursorType = 0 Nflash.CursorLocation = 2 Nflash.LockType = 1 Nflash.Open() Nflash_numRows = 0 %> <% Dim Nsocio Dim Nsocio_numRows Set Nsocio = Server.CreateObject("ADODB.Recordset") Nsocio.ActiveConnection = MM_directorio_aecit_STRING Nsocio.Source = "SELECT * FROM tblUsers" Nsocio.CursorType = 0 Nsocio.CursorLocation = 2 Nsocio.LockType = 1 Nsocio.Open() Nsocio_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 Nflash_numRows = Nflash_numRows + Repeat1__numRows %>
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||