I'm getting this error at completely arbitrary times when processing through lots of imports data contained in valid datasets.
If have similar problems with .QueryAllRecords too.Code:Set myRs = myDs.QueryShape(myShape)
If I select debug option and just continue (i.e. resume on the same line of code ) it doesn’t re-raise the error. Is it some kind of synchronization problem because I’m using a 2Ghz+ dual processor desktop PC?