%@LANGUAGE="VBSCRIPT"%> [an error occurred while processing this directive] <% set Recordset2 = Server.CreateObject("ADODB.Recordset") Recordset2.ActiveConnection = MM_websail_STRING Recordset2.Source = "SELECT * FROM faq" Recordset2.CursorType = 0 Recordset2.CursorLocation = 2 Recordset2.LockType = 3 Recordset2.Open() Recordset2_numRows = 0 %> <% Dim Repeat2__numRows Repeat2__numRows = -1 Dim Repeat2__index Repeat2__index = 0 Recordset2_numRows = Recordset2_numRows + Repeat2__numRows %>
|
Q: <%=(Recordset2.Fields.Item("q").Value)%>
A: <%=(Recordset2.Fields.Item("a").Value)%>
© Wheaton College Sailing Team
<% Recordset2.Close() %>