Are there any known Access/ADO issues with this combination?
In order to solve a problem with one of my existing apps, I've narrowed it down to an incredibly simple Access 2000 application containing a tiny bit of querying code called by a 200mS form timer. The same app runs for ever under Windows 2000, but falls over quite quickly under Windows XP.
The errors vary (800401e4 and 3704 are most typical), but they all hint that the recordset I'm using being closed, when in fact there is nothing in the code that could have closed it.
The number of queries that it manages to execute before failing varies too, sometimes only 100 or so, other times up to 3000.
Surely ADO is ADO, irrespective of which OS is being used??
What am or I missing, or at least what else can I try in order to find a work-around?! Our XP-based clients are getting restless!
Thanks in advance...
In order to solve a problem with one of my existing apps, I've narrowed it down to an incredibly simple Access 2000 application containing a tiny bit of querying code called by a 200mS form timer. The same app runs for ever under Windows 2000, but falls over quite quickly under Windows XP.
The errors vary (800401e4 and 3704 are most typical), but they all hint that the recordset I'm using being closed, when in fact there is nothing in the code that could have closed it.
The number of queries that it manages to execute before failing varies too, sometimes only 100 or so, other times up to 3000.
Surely ADO is ADO, irrespective of which OS is being used??
What am or I missing, or at least what else can I try in order to find a work-around?! Our XP-based clients are getting restless!
Thanks in advance...