CString strValue = _T("");
RecordSet.GetFieldValue(1,strValue);
RecordSet.GetFieldValue(2,strValue);
这样写可以正常执行,但是如果先取字段2的值,再取字段1的值就出错,请问这个如何解决。