View Single Post

  #2 (permalink)  
Old 01-25-2005
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Someone made this suggestion:

I think you either need to call ReleaseDispatch() between invocations of
QueryAllRecords() or create a "new" Recordset each time and delete when you're done.

I don't grok this. ReleaseDispatch() is on what object? I don't see it anywhere.

What do you mean by "new" and "delete" Recordset? QueryAllRecords() returns a Recordset. I assume that C# manages this object like others. I don't need to explicitly delete it.

I'm missing something obvious or fundamental.
Reply With Quote