Data reader, data adapter
Connection
Access
the name of an Access Database
OleDbCommand
Select FirstName from memberTable Where LastName = 'Jones';
INNER JOIN
SQL injection attack
OleDbDataReader
dataReader["lastName"]
GetBoolean( )
Dataset
DataSet Designer
Server
updates or changes are being made to the database
App.config file
BindingNavigator
DataSet
call the ExecuteReader( ) method.
unlocks the database so that other applications can access it
DataSet