View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike[_70_] Mike[_70_] is offline
external usenet poster
 
Posts: 2
Default Query Hangs or Slow Performance after 2 updates

Hard to say without seeing code but sounds like it might
be a "cleanup" issue. Open your connection, command, and
recordset, do what you have to do, close the connection
and recordset, and then set all of them to Nothing.