%@LANGUAGE="VBSCRIPT"%> <% Dim rsTribes Dim rsTribes_numRows Set rsTribes = Server.CreateObject("ADODB.Recordset") rsTribes.ActiveConnection = MM_con_objects_STRING rsTribes.Source = "SELECT * FROM Tribes ORDER BY TribeName ASC" rsTribes.CursorType = 0 rsTribes.CursorLocation = 2 rsTribes.LockType = 1 rsTribes.Open() rsTribes_numRows = 0 %> <% Dim rsCategories Dim rsCategories_numRows Set rsCategories = Server.CreateObject("ADODB.Recordset") rsCategories.ActiveConnection = MM_con_objects_STRING rsCategories.Source = "SELECT * FROM Categories ORDER BY CategoryName ASC" rsCategories.CursorType = 0 rsCategories.CursorLocation = 2 rsCategories.LockType = 1 rsCategories.Open() rsCategories_numRows = 0 %> <% Dim rsTimePeriod Dim rsTimePeriod_numRows Set rsTimePeriod = Server.CreateObject("ADODB.Recordset") rsTimePeriod.ActiveConnection = MM_con_objects_STRING rsTimePeriod.Source = "SELECT * FROM TimePeriods ORDER BY TimePeriodName ASC" rsTimePeriod.CursorType = 0 rsTimePeriod.CursorLocation = 2 rsTimePeriod.LockType = 1 rsTimePeriod.Open() rsTimePeriod_numRows = 0 %>
|
|
||||
|
The Smoki Museum has undertaken the enormous project
of placing its entire collection online for viewing, thanks to a grant
from Arizona ArtsPlace. It will take some time for the full collection
to be uploaded; we are adding new items weekly. For now, use the search
engine below to browse for items that are currently online. This database
does not yet represent our entire collection.
The Library's holdings are listed on YAVACAT, the Yavapai Library Network. The Library is open to researchers by appointment. A copy machine is available. |
||||
|
||||
<% rsTribes.Close() Set rsTribes = Nothing %> <% rsCategories.Close() Set rsCategories = Nothing %> <% rsTimePeriod.Close() Set rsTimePeriod = Nothing %>