Thread
:
Recordset exception. What am I doing wrong?
View Single Post
#
4
(
permalink
)
01-25-2005
Anonymous
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();
Anonymous
View Public Profile
Send a private message to Anonymous
Find all posts by Anonymous