![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 Manual for RAD Studio XE6 (C++ Win64) » DBISAM Migration » TDBISAMQuery Component |
| Removed | Description |
| TableName | This property is no longer supported. |
| Removed | Description |
| SaveToTable | This method is no longer supported. In ElevateDB, use the AS clause of the CREATE TABLE to create a table that is based upon a query expression. |
| Removed | Description |
| BeforeExecute AfterExecute OnGetParams OnQueryError | These events are no longer supported. ElevateDB does not support multi-statement scripts in the TEDBQuery component. |
| OnAlterProgress OnDataLost OnCopyProgress | These events are no longer necessary. ElevateDB uses SQL for all table and index creation, alteration, or drops, and the OnLogMessage, OnProgress, and OnStatusMessage events provide the same functionality. |
| OnExportProgress OnImportProgress | These events are no longer necessary. ElevateDB uses SQL for importing and exporting tables, and the OnLogMessage, OnProgress, and OnStatusMessage events provide the same functionality. |
| OnOptimizeProgress OnRepairProgress OnRepairLog OnVerifyProgress OnVerifyLog OnUpgradeProgress OnUpgradeLog | These events are no longer necessary. ElevateDB uses SQL for all administrative functionality, and the OnLogMessage, OnProgress, and OnStatusMessage events provide the same functionality. |
| OnQueryProgress | This event is no longer necessary. The OnProgress event provides the same functionality. |
| OnSaveProgress | This event is no longer supported since the SaveToTable method is no longer supported. In ElevateDB, use the AS clause of the CREATE TABLE to create a table that is based upon a query expression. |
| Changed | Description |
| GeneratePlan | This property has been renamed to the RequestPlan property. |
| Params | This property no longer uses a custom TDBISAMParams type for the parameter definitions collection. In ElevateDB this property uses the standard TParams collection type. |
| RequestLive | This property has been renamed to the RequestSensitive property. |
| ResultIsLive | This property has been renamed to the Sensitive property. |
| SQL | This property only accepts a single SQL statement in ElevateDB. DBISAM allow for multi-statement scripts. |
| SQLStatementType | This property has been renamed to the StatementType property. |
| StmtHandle | This property has been renamed to the StatementHandle property. |
| Changed | Description |
| None |
| Changed | Description |
| None |
| New | Description |
| Constrained | This property allows you to specify that any inserts or updates made to a sensitive result set be subject to the WHERE clause used in the current SELECT statement. |
| New | Description |
| None |
| New | Description |
| None |
This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

