Topic/Lesson |
The
Details
|
-
Lesson 6
(CS 106)
File I/O, Try-Catch (Page 381), & Custom Subs
(Chapter 25)
VB106
Zip file for study group
|
- Introduction to File I/O
(Traditional Method)
Loading a List Box from a disk file.
Slides
Videos
for the "traditional" method:
Part 1 Read
from disk file
Part 2 Write to
a disk file
Part 3
Structured Error Handlers & Custom
Sub routines
|
-
Lesson 7 (CS
106)
Custom Functions, Classes, & Menus (chapters
12, 17, 25 & 26)
LastChance
project (classes with properties 5/25/2010)
|
|
-
Lesson 8
(CS 106)
Using Multiple Forms, Custom Classes, & introduction to simple SQL database applications.
|
|
-
Lesson 12
(CS 205)
MS ACCESS DATA
BASES Part I: USING WIZARDS Chapters 13 & 14
|
Access
Databases Step 3: Using textboxes and
validation. (Step
3 shows a different way to manage data)
Access Databases Step 4 &
5
Access Databases Searching
for records using the designer.
|
-
Lesson 12
(Study
Group Version)
MS ACCESS DATA
BASES Part I: USING WIZARDS
|
|
Working With ADO Objects In Code (Access DB) |
-
Lesson 13
(For Study Group)
MS ACCESS DATA
BASES Part II: ADO in code
|
-
Working with
Relational Databases Part II
-
Study
Group Projects
(Updated/modied from
those below)
- Get the
version we
created in class
here
(8/23/2010)
- 1-A
OOP Version
(custom grid
formatting & ADO classes)
-
Creating
a Custom .DLL for our Access ADO code!
|
-
Lessons 13 & 14
(CS 205)
MS ACCESS DATA
BASES Part II: ADO in code Chapter 16
|
-
Get
my database
for
lesson 13
-
ADO
2.0 Part II; Steps 1 & 2 (Step
1 displays data in a grid using code.
-
Step 2 lets you
select/update/delete records. The project has 2
forms. The database & images are included.)
-
Step
2 also shows how to encrypt/decrypt your
connection strings!
|
Introduction to SQL Server & SQL Express |
-
Lesson 15 (CS 205)
SQL 2005/08
Express DATA
BASES I (Using the ADO Objects & Wizards) Chapters 13 & 14
|
|
-
Lesson 15
(For Study Group)
MS SQL DATA
BASES Part I: Using the Wizards
|
- My first SQL project using the VS Wizards
- Option 1: DB is part of VS solution
- Option 2: DB is attached to SQL instance
on development machine.
- Option 3: DB is attached to SQL instance
on my hosting service production SQL machine.
- Introduction
to MDI Applications
|
-
Lesson 16 (CS205)
SQL 2005
Express DATA
BASES II (ADO in Code with SQL 2005)
Chapters 13 & 14
|
|