Active Query Builder support area

Receiving "Multiple-step OLE DB operation generated errors."

Avatar
  • updated
  • Completed
I've been running queries successfully against an Access db. Now getting:

"Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done."

The query i'm running is extremely simple

Select
Findings.Description, Units.UnitName
From AggComplianceData As Findings, Units
Where Findings.UnitID = Units.UnitID

What's the problem?

thx
Avatar
Andrey Zavyalov, PM
This is generic error raised by the database engine (MS Jet OLE DB provider in your case) telling that there are some problems with your data. Sorry, but I don't know how to help you.