UpdateData(TRUE);
    CSetdata* m_pset=new CSetdata();
    CString strSQL;
strSQL=_T("select username,password  from LOGIN where user_ID='5'");
m_pset->Open(AFX_DB_USE_DEFAULT_TYPE,strSQL); 运行时出错:标准表达式中数据类型不匹配。本人新手,高手勿喷。