Data.Win.ADODB.TADOConnection.Mode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mode: TConnectMode read GetMode write SetMode default cmUnknown;

C++

__property TConnectMode Mode = {read=GetMode, write=SetMode, default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADOConnection

Description

Indicate the persmissions available to a connection.

Read Mode to determine the permissions available to the connection after the connection has been activated. The permissions expressed in Mode govern the types of operations (such as reading and writing) can be performed through the connection. They also control how these operations are affected by and affect other concurrent users.

See Also