I am migrating an application from VB6 to VB.NET. I am using ADO initially - I'd like to get the program running under ADO before upgrading to ADO.NET.
I'm nearly there - the finalish problem is that I get a "Too Many Open Tables" message when the application is running, where I didn't in VB6.
I use code to create a recordset, populate a class and then close the recordset using rs.close, so I'm not sure why there should be an ever-increasing number of tables open, as appears to be the case. Does anyone have any pointers as to why this should be the case, particularly as all worked fine under VB6 ADO...
Thanks for any help
Paul
I'm nearly there - the finalish problem is that I get a "Too Many Open Tables" message when the application is running, where I didn't in VB6.
I use code to create a recordset, populate a class and then close the recordset using rs.close, so I'm not sure why there should be an ever-increasing number of tables open, as appears to be the case. Does anyone have any pointers as to why this should be the case, particularly as all worked fine under VB6 ADO...
Thanks for any help
Paul