<%@LANGUAGE="VBSCRIPT"%> <% set rsFaq = Server.CreateObject("ADODB.Recordset") rsFaq.ActiveConnection = MM_connbds_STRING rsFaq.Source = "SELECT * FROM faqs ORDER BY f_question ASC" rsFaq.CursorType = 0 rsFaq.CursorLocation = 2 rsFaq.LockType = 3 rsFaq.Open() rsFaq_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 rsFaq_numRows = rsFaq_numRows + Repeat1__numRows %> BDS - FAQs
Faqs







<% While ((Repeat1__numRows <> 0) AND (NOT rsFaq.EOF)) %>
Q
<%=(rsFaq.Fields.Item("f_question").Value)%>
A
<%=(rsFaq.Fields.Item("f_answer").Value)%>
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsFaq.MoveNext() Wend %>

 



BDS Computer
1 Rookery Court, Weller Drive, Hogwood Lane Trading Estate, Finchampstead, Wokingham, Berkshire, RG40 4QZ
Tel: 0118 973 7000 Fax: 0118 973 7070 e-mail: info@bds.co.uk


<% rsFaq.Close() %>