Which tasks can Visual Basic 6.0 developers accomplish with Data Environment?
With Data Environment, Visual Basic 6.0 developers can accomplish the following tasks: • Create ADO Connection objects. • Create ADO Command objects that are based on stored procedures, tables, views, synonyms and SQL statements. • Create hierarchies of commands that are based on a grouping of Command objects or by relating one or more Command objects together. • Write and run code that reads and sets properties of objects hosted in Data Environment. • Execute commands included in Data Environment as programmatic, run-time methods. • Bind Form controls to commands hosted in Data Environment. • Create aggregates that automatically calculate values within any command hierarchy.