RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOConnection.Mode Property

Indicate the persmissions available to a connection.

Pascal
property Mode: TConnectMode;
C++
__property TConnectMode Mode;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!