|
|
От: | grey109 | http://music.rekom.ru |
| Дата: | 22.01.07 12:39 | ||
| Оценка: | |||
catch(CDaoException* e)
{
AfxMessageBox("3");
AfxMessageBox(e->m_pErrorInfo->m_strDescription, MB_ICONEXCLAMATION);
AfxMessageBox("4");
delete m_pDataBase;
e->Delete();
return FALSE;
}