Connecting with Microsoft Access database and fill DataGridView As in the previous post, very sensilla and with very little code, we will see how to establish a connection in visual basic. Net a database file in Microsoft Access and then retrieve the data from one of the tables to fill them with a DataGridView. The first thing that ...
Connect to SQL Server database and fill DataGridView This time we see how, very sensilla and with very little code, we can establish in visual basic. Net a connection to SQL Server in my case SQL Server Express 2005, and then to retrieve data from a tables to fill them with a DataGridView. The ...