[求助]小小问题,求助—错误:试图越过数据的有效存储区间
源码:
int typid;
CString str1;
typid=atoi(m_typid);//m_typid是编辑框对应的变量
m_typSet.Close();//m_typSet是CRcorderSet
str1.Format("Typ_id=%d",typid);//Typ_id是int 型
m_typSet.m_strFilter=str1;
m_typSet.Open();
m_typSet.Delete();
m_typSet.Requery();
m_typSet.Close();
refresh();
运行操作时提示错误:::试图越过数据的有效存储区间!
下次再运行时,发现要删除的那个已经删除!
不知道问题出在哪里,怎么修改?请各位帮帮忙,谢了!