%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim RsServices__MMColParam RsServices__MMColParam = "1" If (Request.QueryString("ID") <> "") Then RsServices__MMColParam = Request.QueryString("ID") End If %> <% Dim RSsdetails Dim RSsdetails_numRows Set RsServices = Server.CreateObject("ADODB.Recordset") RsServices.ActiveConnection = MM_florin_STRING RsServices.Source = "SELECT * FROM ffs.deceased WHERE ID = " + Replace(RsServices__MMColParam, "'", "''") + "" RsServices.CursorType = 0 RsServices.CursorLocation = 2 RsServices.LockType = 1 RsServices.Open() RsServices_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 RSsdetails_numRows = RSsdetails_numRows + Repeat1__numRows %>