When I come to define a variable as a recordset, the auto dropdown bit of the IDE shows as many as 3 recordset types to choose from. All the same name "Recordset". Is this normal? Should I be worried by this ?
Printable View
When I come to define a variable as a recordset, the auto dropdown bit of the IDE shows as many as 3 recordset types to choose from. All the same name "Recordset". Is this normal? Should I be worried by this ?
It all depends on what you have in your project references. Do you have multiple ADO references?
That was in fact the case, I had references to a couple of MS Active X modules that I wasn't using. On removing them from the list (which I do check periodically - just hadn't got round to it for a while), I now have only one ADO recordset to apply.
Thanks