What happens when I use the upgrade wizard to migrate an application that uses Data Environment?
When you use this automated migration tool to convert an application that uses Data Environment, the following changes are made: • For each Data Environment in your Visual Basic 6.0 project, a class with the name DataEnvironment prefixed to the Data Environment’s name is created and a variable named with Data Environment’s name is instanced in a module. • For each connection and recordset hosted by a Data Environment object, a PublicWithEvents member variable with the same name is created. • For each command, a public method with the same name is created. It will be available in the same way that its respective command is available in Visual Basic 6.0.