public int GetPageMax( string strWhere )
        {
            SQL Sql = new SQL( DBParam.Sql.Connect );

            int nRecCount = 0;

            int nPageNum = Sql.GetPageMaxPage( DB.Tab.优抚科.优抚对象.铀矿开采军队退役人员.生活费来源.TAB, strWhere, ref nRecCount, CONST.PageSize );

            Sql.Close();

            return nPageNum;
        }
        public int GetPageMax( string strWhere )
        {
            SQL Sql = new SQL( DBParam.Sql.Connect );

            int nRecCount = 0;

            int nPageNum = Sql.GetPageMaxPage( DB.Tab.事务科.低收入居民.TAB, strWhere, ref nRecCount, CONST.PageSize );

            Sql.Close();

            return nPageNum;
        }
        public int GetPageMax(string strWhere)
        {
            SQL Sql = new SQL(FF.TD.Def.ConnectStr);

            int nRecCount = 0;

            int nPageNum = Sql.GetPageMaxPage(Tab.TEST_LOG.TAB, strWhere, ref nRecCount, FrontFlag.Test.DEF.PageSize);

            Sql.Close();

            return nPageNum;
        }