1. VB Script
language
- Variables
- Data Types
- Arrays
- Loops
- Decision making
constructs
- Syntax (dot
notation)
- Events
- Methods
- Properties
- Objects
2. Client side
ActiveX using the Tabular Data Control
3. Simple
server side VBScript in ASP(Response.Request,Session and Application
objects)
- Acting on information
received from the user
- Returning information to
the user
4. Introduction
to COM using ADO
- Connection object
- Recordset object
- Simple SQL
- Creating recordsets based
on user input
- Returning recordsets to
the user
- As HTML
- As collections
5. Review/Q and
A: VBScript language:
- Objects properties and
methods revisited (to include concepts of COM and encapsulation)
- Collections
6. Extras based
on class preference
- More on server side
built in objects - the filesystem object
- More on string
manipulation - regular expressions
- Custom object creation
(Classes)