Home » VB.NET Basics » 09 - Database
9

Using Database in Your Program

Learn how to use the database with your applications

Using the Database with your Applications

You can take full advantage of your database once you use them with your applications. Try making a list of company names, addresses, and contact numbers.

Click on the Data Source and then drag it to the User Form. You have the liberty of discovering several options for the data source. You can use the textbox, the label, etcetera... As you go along, you will discover many more features when working with databases. Make a User Form like the one below.

Running the Program

Press the "Play" button or F5 and then see how you can browse through the names of the customers of Northwind.

Now that you know how to work with databases and use them for your applications, you should be ready to create more powerful applications through the Visual Basic .NET programming language.