<% ' ASPMaker 5 configuration ' Table Level Constants Const ewTblVar = "halklailiskiler" Const ewTblRecPerPage = "RecPerPage" Const ewSessionTblRecPerPage = "halklailiskiler_RecPerPage" Const ewTblStartRec = "start" Const ewSessionTblStartRec = "halklailiskiler_start" Const ewTblShowMaster = "showmaster" Const ewSessionTblMasterKey = "halklailiskiler_MasterKey" Const ewSessionTblMasterWhere = "halklailiskiler_MasterWhere" Const ewSessionTblDetailWhere = "halklailiskiler_DetailWhere" Const ewSessionTblAdvSrch = "halklailiskiler_AdvSrch" Const ewTblBasicSrch = "psearch" Const ewSessionTblBasicSrch = "halklailiskiler_psearch" Const ewTblBasicSrchType = "psearchtype" Const ewSessionTblBasicSrchType = "halklailiskiler_psearchtype" Const ewSessionTblSearchWhere = "halklailiskiler_SearchWhere" Const ewSessionTblSort = "halklailiskiler_Sort" Const ewSessionTblOrderBy = "halklailiskiler_OrderBy" Const ewSessionTblKey = "halklailiskiler_Key" ' Table Level SQL Const ewSqlSelect = "SELECT * FROM [halklailiskiler]" Const ewSqlWhere = "" Const ewSqlGroupBy = "" Const ewSqlHaving = "" Const ewSqlOrderBy = "" Const ewSqlKeyWhere = "[id] = @id" Const ewSqlUserIDFilter = "" %>