<%@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 %> Wheaton Sailing > FAQ's
Wheaton Sailing Logo
Homepage . Facility/Weather . Contact . Schedule . Sitemap              Norton, Ma
Home > Sailing Information > FAQ's

FAQ's

Frequently Asked Questions

<% While ((Repeat2__numRows <> 0) AND (NOT Recordset2.EOF)) %>

 Q: <%=(Recordset2.Fields.Item("q").Value)%>
 A: <%=(Recordset2.Fields.Item("a").Value)%>

<% Repeat2__index=Repeat2__index+1 Repeat2__numRows=Repeat2__numRows-1 Recordset2.MoveNext() Wend %>

© Wheaton College Sailing Team

 

 

 

<% Recordset2.Close() %>