%@LANGUAGE="VBSCRIPT"%> <% Dim rsSunice__MMColParam rsSunice__MMColParam = "" If (Application("SUN") <> "") Then rsSunice__MMColParam = Application("SUN") End If %> <% Dim rsSunice Dim rsSunice_numRows Set rsSunice = Server.CreateObject("ADODB.Recordset") rsSunice.ActiveConnection = MM_CS_Ashworth_STRING rsSunice.Source = "SELECT Advisor_Name, Brand, Contact_No, Region FROM CustomerServicesList WHERE Brand = '" + Replace(rsSunice__MMColParam, "'", "''") + "' ORDER BY Region ASC" rsSunice.CursorType = 0 rsSunice.CursorLocation = 2 rsSunice.LockType = 1 rsSunice.Open() rsSunice_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsSunice_numRows = rsSunice_numRows + Repeat1__numRows %>
|
||||||||||||||||||||||||||||
|
Copyright © ASHWORTH U.K. LIMITED 2007 All Rights Reserved
|