SQL Updatedata()报错
各位大侠:
小弟最近编写个程序,用ADO访问SQL Server,在调用m_pRecordset->Update()是有时报错,调试状态下直接进入msado15.dll中的 inline HRESULT Recordset15::Update(const _variant & Fields, const _variant_t &Values)
{
HRESULT _hr=raw_Update(Fields,Values);
if(FAILED(hr)) _com_issue_errorex(_hr, this, _uuidof(this));
return _hr;//错误提示在这里
}
请各位大侠分析具体原因