<%@LANGUAGE="VBSCRIPT"%> <% set objectAuth = Server.CreateObject("ADODB.Recordset") objectAuth.ActiveConnection = MM_anthro_STRING objectAuth.Source = "SELECT * FROM dbo.ObjectAuthority" objectAuth.CursorType = 0 objectAuth.CursorLocation = 2 objectAuth.LockType = 3 objectAuth.Open() objectAuth_numRows = 0 %> <% set modifierAuth = Server.CreateObject("ADODB.Recordset") modifierAuth.ActiveConnection = MM_anthro_STRING modifierAuth.Source = "SELECT * FROM dbo.ModifierAuthority" modifierAuth.CursorType = 0 modifierAuth.CursorLocation = 2 modifierAuth.LockType = 3 modifierAuth.Open() modifierAuth_numRows = 0 %> <% set TypeAuth = Server.CreateObject("ADODB.Recordset") TypeAuth.ActiveConnection = MM_anthro_STRING TypeAuth.Source = "SELECT * FROM dbo.AlternateNameAuthority" TypeAuth.CursorType = 0 TypeAuth.CursorLocation = 2 TypeAuth.LockType = 3 TypeAuth.Open() TypeAuth_numRows = 0 %> <% set primeAuth = Server.CreateObject("ADODB.Recordset") primeAuth.ActiveConnection = MM_anthro_STRING primeAuth.Source = "SELECT * FROM dbo.PrimaryFunctionAuthority" primeAuth.CursorType = 0 primeAuth.CursorLocation = 2 primeAuth.LockType = 3 primeAuth.Open() primeAuth_numRows = 0 %> <% set secAuth = Server.CreateObject("ADODB.Recordset") secAuth.ActiveConnection = MM_anthro_STRING secAuth.Source = "SELECT * FROM dbo.SecondaryFunctionAuthority" secAuth.CursorType = 0 secAuth.CursorLocation = 2 secAuth.LockType = 3 secAuth.Open() secAuth_numRows = 0 %> <% set cultureAuth = Server.CreateObject("ADODB.Recordset") cultureAuth.ActiveConnection = MM_anthro_STRING cultureAuth.Source = "SELECT * FROM dbo.CultureAuthority" cultureAuth.CursorType = 0 cultureAuth.CursorLocation = 2 cultureAuth.LockType = 3 cultureAuth.Open() cultureAuth_numRows = 0 %> <% set materialsAuth = Server.CreateObject("ADODB.Recordset") materialsAuth.ActiveConnection = MM_anthro_STRING materialsAuth.Source = "SELECT * FROM dbo.MaterialsAuthority" materialsAuth.CursorType = 0 materialsAuth.CursorLocation = 2 materialsAuth.LockType = 3 materialsAuth.Open() materialsAuth_numRows = 0 %> <% set CollName = Server.CreateObject("ADODB.Recordset") CollName.ActiveConnection = MM_anthro_STRING CollName.Source = "SELECT * FROM dbo.CollectionNameAuthority" CollName.CursorType = 0 CollName.CursorLocation = 2 CollName.LockType = 3 CollName.Open() CollName_numRows = 0 %> Archaeology Catalog Select one of the items below to search the Archaeology Catalog:
Select all Archaeological Items: Please note that this will take a significant amount of time due to the number and nature of the entries in the database.

Select the Archaeological Items by category:
Enter the word or phrase that you would like to search for into the text boxes below, and select the check box to activate the element in the search form.
Click here for an Authoritative list of database entries.
Click here for Table definitions
Catalog Number:
Site Number:
Accession Number:
Catalogued by:
Collection Name:
Object Name:
Alternate Name:
Modifier:
Primary Function:
Secondary Function:
Culture:
Materials:
Decoration:
Description:

Create your own SQL statement by completing the following WHERE clause:
Click here for an overview of SQL

 

 

<% objectAuth.Close() %> <% modifierAuth.Close() %> <% TypeAuth.Close() %> <% primeAuth.Close() %> <% secAuth.Close() %> <% cultureAuth.Close() %> <% materialsAuth.Close() %> <% CollName.Close() %>