%@LANGUAGE="VBSCRIPT"%> <% set rs_faq = Server.CreateObject("ADODB.Recordset") rs_faq.ActiveConnection = MM_cs_db_mjr_STRING rs_faq.Source = "SELECT * FROM FAQ ORDER BY ID ASC" rs_faq.CursorType = 0 rs_faq.CursorLocation = 2 rs_faq.LockType = 3 rs_faq.Open() rs_faq_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 rs_faq_numRows = rs_faq_numRows + Repeat1__numRows %>
![]() |
|||||||
|
|
![]() |
|||||
<%
While ((Repeat1__numRows <> 0) AND (NOT rs_faq.EOF))
%>
|
|||||||
|
|
|||||||