int reccount(Common tbl) { SysDictTable dictTable = new SysDictTable(tbl.TableId); ; tbl = dictTable.makerecord(); select count(recid) from tbl; return tbl.recid; }