%@LANGUAGE="VBSCRIPT"%> <% set rsDesign = Server.CreateObject("ADODB.Recordset") rsDesign.ActiveConnection = MM_Mustard_STRING rsDesign.Source = "SELECT * FROM gallery WHERE galcategory = 'Design'" rsDesign.CursorType = 0 rsDesign.CursorLocation = 2 rsDesign.LockType = 3 rsDesign.Open() rsDesign_numRows = 0 %> <% Dim HLooper1__numRows HLooper1__numRows = 6 Dim HLooper1__index HLooper1__index = 0 rsDesign_numRows = rsDesign_numRows + HLooper1__numRows %>
|