-
I am using a ADO object as a isolated recordset. I am using this object to sort a list. This list is updated several times during the a routine, and when I have updated the list, deleting and adding new records, I got the error -2147467259 when the method addnew is invoked. Can any one give an idea of why this happens?
Cheers
-
What is the description of the ADO error that you are receiving? Without knowing exactly what error you are getting I would suggest checking how the recordset is being opened and check to CursorType. I have also used the following Microsoft search site to search for errors and solutions: http://search.microsoft.com/us/SearchMS.asp
If these don't help try to give me a little more detail and I can see what I can come up with.