Changes

Database Access Controls VB6

1,405 bytes added, 03:00, 22 September 2007
The following lines were added (+) and removed (-):
Visual Basic 6 supports ActiveX Data Objects. You can use ADO to connect to a database on a local desktop or to a remote database server. Also, ADO allows you to access more types of data--e-mail, for example. The ADO data control allows you to connect to a desktop database file or an ODBC server on a network, or you can create a new connection to another database. The ADO data control combines the functionality of DAO and RDO, as well as allows you to access non-traditional data types such as e-mail or files within the file system.There is a set of tools and technologies that make data access easier. The Data Environment Designer allows you to view and manipulate data in various databases. Because data environments are objects in their own right, you can use them as you would a Data control. You can even bind other controls, such as a TextBox or Label, to a Data control.* The DataGrid allows you to view your data in a row and column format.* The DataList and DataCombo are used to get a pick list of data from an ADO control in a ListBox or ComboBox configuration. * The FlexGrid and hierarchical FlexGrid controls get a clear, visual view of complex data. The Data Report Designer lets you create, preview, and print reports in Visual Basic.  You set report controls from the Data Reports Toolbox onto the Data Report form. Then you invoke the Data Report's PrintReport() method.
Bureaucrat, administrator
16,192
edits