%@ Language=VBScript %> <%OPTION EXPLICIT%> <% ' --- Connect to db DIM cn, rs1, rs2,SQL SET cn = Server.CreateObject("ADODB.Connection") cn.ConnectionString = "DRIVER=Microsoft Access Driver " & _ "(*.mdb);DBQ=d:\HShome\verdugo\db\WhatsOn.mdb" cn.Open SET rs1 = Server.CreateObject("ADODB.Recordset") SET rs2 = Server.CreateObject("ADODB.Recordset") '############################################################' DIM MonthA(11) MonthA(0) = "January" MonthA(1) = "February" MonthA(2) = "March" MonthA(3) = "April" MonthA(4) = "May" MonthA(5) = "June" MonthA(6) = "July" MonthA(7) = "August" MonthA(8) = "September" MonthA(9) = "October" MonthA(10) = "November" MonthA(11) = "December" %>
|
|
||||||
|
|
Correspondence Courses |
Special Offers |
Sunday School |
Ecclesial Events |
|
|
|
Sunday
School: Sundays @ 9:30am Please Come and Join us! |
||||||
|
<%
SQL = "SELECT ePresenter FROM Events WHERE eTypeUI = 1 AND eDate > #" & Date() & "# OR eDate = #" & Date() & "# ORDER BY eDate"
rs1.Open SQL,cn,1,2
IF NOT rs1.EOF THEN
%>
For a Three Minute Recorded Bible Message: Call 1-800-826-2615 best viewed at 800x600 resolution - for more information, e-mail us. |
||||||