<%
set Command2 = Server.CreateObject("ADODB.Command")
Command2.ActiveConnection = MM_conn_STRING
Command2.CommandText = "dbo.users"
Command2.CommandType = 4
Command2.CommandTimeout = 0
Command2.Prepared = true
set recordset2 = Command2.Execute
recordset2_numRows = 0
%>
<%
Repeat2__numRows = 10
Repeat2__index = 0
recordset2_numRows = recordset2_numRows + Repeat2__numRows
%>