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

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

  • View
    223

  • Download
    4

Embed Size (px)

Citation preview

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