Creating a Database in Visual Studio
Darrell Kreckel
0:00 / 0:00
Creating a Database in Visual Studio
51 просмотр · 4 нед. назад
Darrell Kreckel
90 подписчиков
51 просмотр · 4 нед. назад
This video introduces you to the components that are the connections pieces to a .NET application. There is the Data Source, Table Adapter, Dataset and the Binding Source. These components cause most of the confusion for programmers just starting out with databases. But you don’t have to worry about them too much in this video. In this video the concentration is primarily learning how to set up a SQL Server database in Visual Studio. The components get used in the next video when we tie our database to a component that allows us to add, edit, delete and save our data.