Before you take the exam, be certain you are familiar with the following terms:
| ADO.NET data providers | OleDbTransaction object |
| CommandBehavior | property |
| CommandText property | SqlCommand |
| CommandType property | SqlCommand.Parameters collection |
| connection pooling | SqlConnection |
| Connection.BeginTransaction method | SqlDataReader class |
| ConnectionString property | SqlError object |
| Errors collection | SqlException object |
| ExecuteScalar method | SqlParameter object |
| ExecuteReader method | SqlTransaction object |
| ExecuteXMLReader method | stored procedure |
| ExeuteNonQuery method | Structured Query Language (SQL) |
| forward-only, read-only recordset | System.Data namespace |
| IsolationLevel property | System.Data.OleDb |
| OleDbCommand | System.Data.SqlClient |
| OleDbConnection | Transaction.Commit method |
| OleDbDataReader class | Transaction.Rollback method |
| OleDbError object | Transact-SQL |
| OleDbException object | Windows Integrated Security |
| OleDbParameter object |