Visual Basic Chapter 10 Flashcards
A ________ is a collection of related information stored in a structured format.
database
A ________ is a collection of data about a specific topic.
table
Each row of a table is referred to as a ________ .
record
Each column in a table is referred to as a _______ .
field
You can use a ________ _________ to create the connection object for you.
database wizard
What is the first step in accessing database information?
Establish a connection with the database source
What is used to connect a Visual Basic 2010 application to data in a database?
Data Source Configuration Wizard
A ________ object is a temporary cache storage for data retrieved from a data source.
DataSet
Loading the DataSet string is called ______ _____ .
data binding
_______ _______ allows you to display each field as an object on the form.
data binding
When you drag field objects from the Data Sources window, Visual Studio automatically creates a ________ to populate the form.
databinding
After the first field is placed on the form, a navigation toolbar control called the ___________ appears on the Windows form.
BindingNavigator
The BindingNavigator control consists of a _______ with a series of __________ objects for most of the common data-related actions.
ToolStrip
ToolStripItem
What is the language that communicates with databases?
SQL
The ________ _________ creates a bridge between the DataSet and the database that contains the data.
Database Wizard