Querying Databases Using ADO. NET
NET based data-centric application make use of ADO.NET to make connection to a database to retrieve and update data. Depending upon the requirments,the data can be displayed in a customized formet in a windows application. This customized formet can be displayed by binding data source to a control of a windows from. Such binding of data to a control is known as data binding.
NET based data-centric application make use of ADO.NET to make connection to a database to retrieve and update data. Depending upon the requirments,the data can be displayed in a customized formet in a windows application. This customized formet can be displayed by binding data source to a control of a windows from. Such binding of data to a control is known as data binding.