I am a reasonable VB6 programmer - I'm upgrading a VB6 project to .NET. The project uses ADO.
When running the migration utility, the resulting project includes a reference to ADODB.DLL, but I'm sure I've seen somewhere (in my dreams, perhaps) a reference to a .NET ADO namespace for 'old' ADO. Can anyone tell me if there is a namespace and how to implement it, please?
If there is a namespace, it's a pity the migration utility didn't recognise the fact.
Incidentally, before the obvious comments, I intend to use ADO.NET eventually, but phase I of the migration is going to be as-is!!
Paul
When running the migration utility, the resulting project includes a reference to ADODB.DLL, but I'm sure I've seen somewhere (in my dreams, perhaps) a reference to a .NET ADO namespace for 'old' ADO. Can anyone tell me if there is a namespace and how to implement it, please?
If there is a namespace, it's a pity the migration utility didn't recognise the fact.
Incidentally, before the obvious comments, I intend to use ADO.NET eventually, but phase I of the migration is going to be as-is!!
Paul