See the section "Using ADO.Net OleDb Data Objects" for a discussion of Method 3. Basically Method 3 means create and instantiate all database objects using code and do not use data binding.
See 2006 Final Review Practice Problems for an example of each type of problem that will be on the final exam.
Also look at the Summer 2005 Final Exam posted on the Exam Info Page.
Here is a "units analysis" like one would do in a physics class to show
that this is correct: suppose that sourceAmount is pounds, targetAmount
is euro, sourceRate is dollars/pound and targetRate is dollars/euro. Then
sourceAmount * sourceRate / targetRate
= pounds * (dollars/pounds) / (dollars/euro)
= dollars * (euro/dollars) = euro,
which are the expected units for targetAmount.
| Day 1: | Ch. 1, 2 |
| Day 2: | Ch. 3 |
| Day 3: | Ch. 5 |
| Day 4: | Ch. 6, 8, start 7 |
| Day 5: | Ch. 6, finish 7 |
| Day 6: | Ch. 10 |
| Day 7: | Ch. 9 |
| Day 8: | Review |