<% Set settingsRS = Server.CreateObject("ADODB.RecordSet") settingsSQL = "Select sitetitle from tblSettings;" 'Response.Write dataSQL 'response.end settingsRS.Open settingsSQL, whtConn '******* sitetitle = settingsRS("sitetitle") settingsRS.close set settingsRS = nothing %> AMCCMA <% '*****GRAB PAGE NAMES FROM DATABASE TO CREATE SIDE MENU***** Set menuRS = Server.CreateObject("ADODB.RecordSet") menuSQL = "Select pagename, ID, directlink FROM tblPages where active = 1 and deleted = 2 order by pageorder, pagename;" 'Response.Write dataSQL 'response.end menuRS.Open menuSQL, whtConn, 1 recordcount = MenuRS.recordcount if recordcount <> 0 then ' menuRS.close ' set menuRS = nothing ' end if '*****STICK DATA INTO AN ARRAY***** data = menuRS.GetRows() '*****Setup for array usage***** iRecFirst = LBound(data, 2) iRecLast = UBound(data, 2) end if '*****CLOSE RECORDSET***** menuRS.close set menuRS = nothing %>
HomeBoard of DirectorsHistory of the AMCCMAJob AnnouncementsCalendarContact
Back a Month
 July 2013
Forward a Month
Day View
Week View
Month View
Year View
Goto Today
Login
SundayMondayTuesdayWednesdayThursdayFridaySaturday
1  
2  
3  
4  
5  
Orientation 1B
6  
7  
8  
9  
10  
11  
12  
Orientation 2B
13  
14  
15  
16  
17  
18  
19  
Orientation 3B
20  
21  
22  
23  
24  
25  
26  
Orientation 4B
27  
28  
29  
30  
31  
Copyright 2011 AMCCMA. All Rights reserved