// extended db javascript parameters for ArcIMS HTML Viewer
// 	requires aimsDB.js and all modules defined for Query

// global variables

var aimsDBparamPresent = true;
	// Field in layer to match db
var mapIDField = "Space_ID"
	// Field in db to match layer
var dbIDField = "Space_ID"
var dbIDFieldIsText = true;
	// List of fields to be returned in response
var dbFieldList = "Space_ID,Fname,Lname,DateOfBirth,DateOfDeath,DateofBurial, Address1, City, State, PlaceofDeath";
//var dbFieldList = "apn,add2,acreage,sf,legal1,legal2,owner,du_s,zone,qr,soil_desc,sp,rda,pa,gp92";
	// List of descriptions matching the fields in dbFieldList
var dbFieldListDescript = "Grave ID,First Name, Last Name, DOB, DOD, DOBur, Address1, City, State, PlaceofDeath";
	// the table(s), as in SELECT apn,add2 from MyTable. . . dbTableList="MyTable";
var dbTableList = "SpaceBurCustQuery";
var addIDQuotes = true;
var highlightIdentify=true;

	// The next two lines (following these comments) are for initializing the variables
	// These are set in MapFrame.htm for appropriate implementation
	// Set variable dbType in default.htm - VB, CF, or ASP
var dbSQLurl = "http://www.maps.ramaker.com/servlet/com.esri.esrimap.Esrimap";
var dbAccessType="ASP";



// ASP
	// comment out the next two lines if not using ASP
var dbSQLurl = appDir + "arcims_process.asp";
var dbAccessType="ASP";
	// additional parameters must be set in dbParams.asp
// end ASP section


