RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCachedDataSet.SqlDBType Property

Specifies what mechanism is used to connect to the database server.

Pascal
property SqlDBType: TSqlDBType;
C++
__property TSqlDBType SqlDBType;

Each TCustomCachedDataSet descendant sets SqlDBType to a value that reflects its data access mechanism. TCustomCachedDataSet uses this value internally to check whether it can perform certain actions. For example, it checks SqlDBType to detect whether the CommandType property can be set. 

SqlDBType indicates the type of the internal source dataset and the type of the connection component that is the value of Connection. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!