try{
if(!m_pCon->Open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Documents and Settings\\Benbon.Sue\\My Documents\\chg.mdb;","","",0)) AfxMessageBox("Load ERROR!");;
}catch(_com_error e)
{
AfxMessageBox(e.ErrorMessage());
}