當前位置:成語大全網 - 書法字典 - 在MFC中實現access的模糊查詢

在MFC中實現access的模糊查詢

while(m _ pRecordset-》;AdoEOF = = 0)//這應該改為while(!m _ pRecordset-& gt;adoEOF)

{

CString strText =(char *)(_ bstr _ t)m _ pRecordset-& gt;get collect(“EN“);//這被更改為cstring strtext = m _ p recordset-》get collect(“EN“)。bstrVal

m_etoclist。AddString(strText);

m _ pRecordset-& gt;MoveNext();

}