View Single Post

  #4 (permalink)  
Old 03-10-2006
citrix_99301's Avatar
citrix_99301 citrix_99301 is offline
Junior Member
Yellow Belt
 
Join Date: Mar 2006
Posts: 12
Exception from HRESULT: 0x80040E04

Hi,

I'm getting the same "seemingly random" error when the program attempts to build a recordset out of all the pushpins in a dataset.

If the user tries the same exact thing, the next time it's likely to go through with no problems.

Does anybody have any ideas?

Andre Ranieri



oRS = oDS.QueryAllRecords();
Reply With Quote