m_recordset->GetFieldValue(0,currentuser);
编译时出现:error C2668: 'GetFieldValue' : ambiguous call to overloaded function
修改为m_recordset->GetFieldValue((short)0, currentuser);
使用CRecordset::GetFieldValue的错误error C2668
最新推荐文章于 2015-06-15 15:20:20 发布