I'm trying to simply do:updateRows = arcpy.UpdateCursor("Database Connections/Marshall_East.odc/LeaseSchedule")
which is failing with the following RuntimeError:"Handling run-time error: ERROR 999999: Error executing function.An underlying database error occurred. [LeaseSchedule]Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done."Is there any way to "Check each OLE DB status value" from within the arcpy environment?Creating a SearchCursor on the same DB, and iterating over the rows works fine. Any clues would be appreciated.Thanks,Dustin