1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
After entering data into a form, the user can add the record to the database by clicking the Save Data button on the _____ toolbar.
Navigation
A database organizes data in _____.
tables
A _____ contains a specific piece of data within a record.
field
a _____ is an identifier that represents a unique field for a table.
primary key
a _____ object is a temporary cache storage for data retrieved from a data source.
DataSet
Data _____ allows you to display each field as an object on the form.
binding
you click the _____ button to add a new record to the database
Add new
the Database Wizard creates a bridge that carries the database table information, which is called a(n) _____.
OleDbDataAdapter
Once a DataTable is initialized, it must be filled using the _____ command.
Fill
The number of rows or columns in a DataTable can be computed with the _____ property.
Count
A user can click the _____ button on the navigation toolbar at the top of the Windows form to open a blank record.
Add New
A(n) _____ is a collection of related information stored in a structured format.
DataBase
A(n) _____ is a collection of data about a specific topic.
Table
Each row in a table is referred to as a(n) _____.
Record
each column in a table is referred to as a(n) _____.
Field
the first step is accessing database information is to establish a(n) _____ with the database source
connection
loading the DataSet string is called _____.
Data Binding
when you drag field objects from the Data Source window, the visual studio automatically creates a(n) _____ to populate the form by binding the form object to the DataSet information
DataBinding
SQL stands for _____.
Structure Query Language
To disconnect from a database, use the _____ command.
dispose