| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Set the command-text of the dataset
Source position: db.pas line 1381
| 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 |