View Single Post

  #4 (permalink)  
Old 01-25-2005
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
OK. I found it. If you force garbage collection, the recordset objects get released and the COM interface is happy.

Added this code:
System.GC.Collect();

System.GC.WaitForPendingFinalizers();
Reply With Quote