Podcast
Questions and Answers
DQL stands for ____________________ Query Language.
DQL stands for ____________________ Query Language.
Data
The namespace used in the code is ____________________.
The namespace used in the code is ____________________.
dbaseAccExam
The ____________________ class is used to connect to a database.
The ____________________ class is used to connect to a database.
OleDbConnection
The SQL statement 'Select * from Table1' is used to ____________________ certain records from a table.
The SQL statement 'Select * from Table1' is used to ____________________ certain records from a table.
Signup and view all the answers
The ____________________ method is used to refresh the dataset.
The ____________________ method is used to refresh the dataset.
Signup and view all the answers
The 'fill' method of the ____________________ class is used to populate the dataset.
The 'fill' method of the ____________________ class is used to populate the dataset.
Signup and view all the answers
The 'Position' property of the BindingContext is used to get or set the current record ____________________.
The 'Position' property of the BindingContext is used to get or set the current record ____________________.
Signup and view all the answers
The 'ChangePosition' method is used to update the label with the current record ____________________.
The 'ChangePosition' method is used to update the label with the current record ____________________.
Signup and view all the answers
The 'btnadd_Click' method is used to ____________________ a new record into the database.
The 'btnadd_Click' method is used to ____________________ a new record into the database.
Signup and view all the answers
The 'btnrefresh_Click' method is used to ____________________ the dataset from the database.
The 'btnrefresh_Click' method is used to ____________________ the dataset from the database.
Signup and view all the answers