FileOpenAttr Properties

FileOpenAttr Overview

Public Properties

public property BlockingFactor

Specify network blocking feature in the open file.

public property FileLocks

Specify record locking mechanisms in opened files.

public property FormatIDs

The set of binary format identifiers associated with the set of formats available from the AdgDataSet.FormatIDs property. Set to engage 'level checking' on the DataGate file.

public property InhibitWrites

Specify write-access enabling on the open file.

public property ShareTypes

Specify concurrent access on the open file.

public property WaitForEOF

Time, in seconds, that a process will wait for more records at end of file.

public property WaitForFile

Time, in seconds, that a process will wait to access a file.

public property WaitForRecord

Time, in seconds, that a process will wait for access to a record.

See Also