cstr.Format("select a.k_zt,b.Daoqishijian from KaBiao a,YonghuBiao b where a.Kahao='%s' and  a.id=b.KaId",GetIniKh(),GetIniKm(),str1);
pRst->GetCollect("b.Daoqishijian");//直接报错
pRst->GetCollect("Daoqishijian");//获取的不正确要怎么写才能获得正确的值,确定数据库里的Daoqishijian值是有值的