// 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 = "lcid"
	// Field in db to match layer
var dbIDField = "adr_lcid"
var dbIDFieldIsText = true;
	// List of fields to be returned in response
var dbFieldList = "ADR_LCID, ADR_FULLADDRESS";
	// List of descriptions matching the fields in dbFieldList
var dbFieldListDescript = "Parcel ID,Address";
	// the table(s), as in SELECT ADR_FULLADDRESS from MyTable. . . dbTableList="MyTable";
var dbTableList = "gtd.ADRALL";
var addIDQuotes = false;
var highlightIdentify=true;

	// The next two lines (following these comments) are for initializing the variables
	// These are set in asp.htm or cf.htm for appropriate implementation
	// Set variable dbType in default.htm - CF or ASP 
//var dbSQLurl = "http://aardvark/servlet/com.esri.esrimap.Esrimap";
//var dbAccessType="VB";

var dbSQLurl = appDir + "arcims_process.asp";
var dbAccessType="ASP";

