AdoStream:Mode

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoStream Class >

AdoStream:Mode

Previous pageReturn to chapter overviewNext page

Purpose

The available permissions for modifying data

 

Prototype

ACCESS Mode AS LONG 

 

Data Type

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