这该如何解决?谢谢!!
我在使用ACCESS的时候,遇到了以下的错误,请大家给我纠正一下,最好是说明原因!谢谢
CPerson rs(&db);
rs.Open(CRecordset::forwardOnly,"select PASSWD,AUTHORITY from PERSON where ID='"+m_strUser+"'");
错误显示的如下
error C2679: binary '+' : no operator defined which takes a right-hand operand of type 'class CEdit' (or there is no acceptable conversion)