szSQL="update tblcurphone set dialresult='"+szValue0+
"',interviewresult='"+szValue1+
"',note1='"+szValue2+
"',note2='"+szValue3+
"',note3='"+szValue4+
"',note4='"+szValue5+
"',note5='"+szValue6+
"' where AreaCode+ExchangeCode+PhoneCode ='"+szPhone+"'";
try
{
m_DB.ExecuteSQL(szSQL);
}
catch(CDBException * e)
{
char str[500];
e->GetErrorMessage(str,500);
e->Delete();
adodb.Close();
tabledef.Close();
recordset.Close();
return ;
}