+ All Categories
Home > Documents > The Numeric Variables Lecture 7 08/01/06 Dan Rao.

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

Date post: 20-Dec-2015
Category:
View: 223 times
Download: 4 times
Share this document with a friend
Popular Tags:
15
The Numeric Variables Lecture 7 08/01/06 Dan Rao
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


Recommended