Dale and Rick
That's what I assume as well. I do close both objects and set them to nothing.
I wasn't sure, based on the fact that classic ADO is unmanaged, that the GC would behave in the desired manner. I've read articles on sites (which I can't find now) that this unmanaged objects many...
I'll take a look. I'm sure it will take some considerable re-engineering, as I'm using ADO fairly extensively in my app. I do use ADO.NET in other programs, just from what I knew about ADO.NET it didn't seem like a good fit.
In the meantime, does anyone have an answer to my orignal question?
My understanding of ADO.NET is that is either supports disconnected recordsets or connected forward only.
This is server application which hands out information to various clients. The data is processed and returned to the server in an asynchronous fashion. When client sends back the data, I...
My VB.NET application uses ADO 2.x to connect to a SQL2000 database. It uses a static recordset to read/write data in a random access mode - using the AbsolutePosition property to navigate forward and backwards through the recordset.
Since I'm not using ADO.NET, I assume that this using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.