the numeric variables lecture 7 08/01/06 dan rao

15
The Numeric Variables Lecture 7 08/01/06 Dan Rao

Post on 20-Dec-2015

223 views

Category:

Documents


4 download

TRANSCRIPT

The Numeric Variables

Lecture 7

08/01/06

Dan Rao

Date Variables

• Dim VariableName AS datatype

Assign Value to Numeric Variable

• Numeric literal constants

Numeric Expression

Exercises

Using Numeric Variables in Word

• Open T6-WD-1.doc

Using Numeric Variables in Acess

• The ADO Object Model– ADO: ActiveX Data Objects

Recordset’s Open Method

• recordset.Open Source:=datasource, ActiveConnection:=connection, cursorType:= cursorType, LockType:=locktype

Recordset’s Find method