Home » VB.NET Basics
9
Database
Working with database
In this chapter, you will learn how to:
- work with databases on the Visual Basic .NET platform (if you don't have your own database then you will be able to download a sample database from the Microsoft website and work with it)
- add data sources to your current projects
- browse through a database and explore the information in it
- use the data from the databases and use them for your applications.
In This Chapter:
- Adding a Data Source
- Learn how to add new data source
- Using Database in Your Program
- Learn how to use the database with your applications