AdoStream:Mode Assign

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes > AdoStream Class >

AdoStream:Mode Assign

Previous pageReturn to chapter overviewNext page

Purpose

The available permissions for modifying data

 

Prototype

ASSIGN Mode ( pl AS LONG  )  AS LONG PASCAL CLASS AdoStream

 

Argument(s)

lMode        LONG:One of the values of the AdoConnectModeEnum

 

 

Description

The default value for a Stream associated with an underlying source (opened with a URL as the source, or as the default Stream of a Record) is adModeRead. The default value for a Stream not associated with an underlying source (instantiated in memory) is adModeUnknown

 

See Also

AdoStream, AdoConnectModeEnum, AdoStream:Mode