AdoStream:Mode Access

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes > AdoStream Class >

AdoStream:Mode Access

Previous pageReturn to chapter overviewNext page

Purpose

The available permissions for modifying data

 

Prototype

ACCESS Mode AS LONG PASCAL CLASS AdoStream

 

Return

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