Data.Win.ADODB.TADOConnection.Mode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TADOConnection

Delphi

property Mode: TConnectMode read GetMode write SetMode default cmUnknown;

C++

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

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