View Single Post

  #1 (permalink)  
Old 02-20-2004
David J David J is offline
Junior Member
White Belt
 
Join Date: Jan 2004
Posts: 9
VB6 error "Method 'QueryShape' of object 'DataSet' fail

I'm getting this error at completely arbitrary times when processing through lots of imports data contained in valid datasets.

Code:
Set myRs = myDs.QueryShape(myShape)
If have similar problems with .QueryAllRecords too.

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?
Reply With Quote