CRecordset m_pSet;
......
m_pSet->m_strFilter.Format("名字='s%'",m_Name);
m_pSet->Requery();可是我怎么才能定位查询结果啊。调用m_pSet得成员变量,得到不是我要得记录。