Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

IProviderSupport.PSSetCommandText

Set the command-text of the dataset.

Declaration

Source position: db.pas line 1644

procedure IProviderSupport.PSSetCommandText(

  const CommandText: string

);

Arguments

CommandText

  

New SQL command to be used.

Description

PSSetCommandText sets the commandtext (SQL) statement that is executed by PSExecute or that is used to open the dataset.

See also

PSExecute

PSGetCommandText

PSSetParams


Documentation generated on: Jul 24 2023