海淘信用卡无法授权:m_pSet基本的数据操作!

来源:百度文库 编辑:高考问答 时间:2024/05/03 03:11:19
UpdateData();
if(m_pSet->IsOpen())m_pSet->Close();
m_pSet->m_strFilter.Format("姓名='%s'",m_edit);
m_pSet->Open();
m_pSet->Requery();
shuaxin();
m_pSet->Close();

shuaxin()这个函数就在 MSFLXGRID 这个控件中显示m_pSet的数据
现在我要显示m_pSet原来的全部数据要怎么做!