Multi-step OLE DB Operation Generated Errors
Today one page returned:

Error Executing Database Query.
> Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.

As it turns out, this was due to a division by zero problem, which returned a simple "Error" notification in one field in Access. This error can also be returned as:

Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver]Network problem, session aborted due to internal error in remote procedure call, connection closed.

I also had this error return under different circumstances and my hosting service determined it was due to the following:

This was a problem being caused by the access jdbc driver. I changed the driver for your DSN to the default in ColdFusion 8 and that fixed the problem.

Archives