searchSQL.Format("select * from DataAlltab where %s='%s'",m_Field,pView->m_strProduct);在这里设置break point后Debug的结果如下:204:   searchSQL.Format("select * from DataAlltab where %s='%s'",m_Field,pView->m_strProduct);
004050C2 8B 55 E4             mov         edx,dword ptr [ebp-1Ch]
其中searchSQL={???} m_strProduct是CSPC1View中的变量 pView=0x00386f08{CSPC1View hWnd=0x000fo023e}
da