[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Datasource to copy parameter values from
Source position: sqldb.pp line 373
published property TSQLStatement.DataSource : TDataSource; |
Datasource can be set to a #fcl.db.TDatasource instance. When Execute is called, any unbound parameters remain empty, but if DataSource is set, the value of these parameters will be searched in the fields of the associated dataset. If a field with a name equal to the parameter is found, the value of that field is copied to the parameter. No such field exists, an exception is raised.
|
Component representing the link between a local (GUI) component and a dataset |
|
|
Execute the SQL statement. |
|
|
Is the parameter value bound (set to fixed value) |