RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IProviderSupport2.PSIsSQLBased Method

Indicates whether the dataset includes native SQL support.

Pascal
function PSIsSQLBased: Boolean;
C++
__fastcall Boolean PSIsSQLBased();

The provider calls PSIsSQLBased to determine whether the dataset supports some form of native SQL. This information is used when generating SQL commands that are executed by PSExecuteStatement.

Note: The PSIsSQLSupported method indicates whether the dataset can execute SQL commands at all, regardless of whether the dataset is SQL-based.
 

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