Set the command-text of the dataset.
Source position: db.pas line 1650
procedure IProviderSupport.PSSetCommandText( |
const CommandText: string |
); |
CommandText |
|
New SQL command to be used. |
PSSetCommandText sets the commandtext (SQL) statement that is executed by PSExecute or that is used to open the dataset.
PSExecute |
PSGetCommandText |
PSSetParams |