Garbage collection is part of the CLR, and relies on many other CLR
features. The COM object model that VB6 and ADO uses is incompatible with
GC. You can use interop to go between the 2 technologies, but not to the
extent of using GC from COM objects.
Nick Wienholt, MVP
Maximizing .NET Performance
http://www.apress.com/book/bookDisplay.html?bID=217
Sydney Deep .NET User Group www.sdnug.org
> I have some applictions built in VB6.0 by using ADO
> Technology.
[quoted text clipped - 4 lines]
> Regards
> Salahuddin