ADODataset.Commandtext:='select * from T_CZP
where F_CZID=
(select F_ID from  T_CZ
where F_CZ='+mainform.czcombobox.text+')';现在我想要使用Fields Editor的Add All Fields,以便把T_CZP表中的列名的DisplayName改成中文,然后显示在DBGrid里但是Fields Editor做不到对CommandText的识别请问我该怎么做?