Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 Manual for RAD Studio 10.2 (Delphi Win64) » DBISAM Migration » TDBISAMDataSet Component |
Removed | Description |
AutoDisplayLabels | This property is no longer supported. |
FilterOptimizeLevel | This property is no longer supported. Eventually it will be replaced by a FilterPlan property instead. |
FilterRecordCount | This property is no longer necessary. ElevateDB does not provide logical record numbers (sequence numbers). |
KeySize | This property has been moved to the TEDBTable component. |
RecordHash RecordID | These properties are no longer necessary. ElevateDB does not use record hashes or IDs. |
Removed | Description |
ExportTable ImportTable | These methods are no longer necessary. ElevateDB uses SQL for importing and exporting tables to and from delimited text. Please see the EXPORT TABLE and IMPORT TABLE topics for more information. |
Removed | Description |
OnCachedUpdateError | This event is not used anymore because ElevateDB uses ERROR triggers for handling update errors. Please see the CREATE TRIGGER topic in the ElevateDB SQL Manual for more information. |
OnLoadFromStreamProgress OnSaveToStreamProgress | These events are no longer supported. ElevateDB streams should be kept fairly small since they are stored in memory. Any stream that is large enough to require progress updates is probably too large and should be handled differently. |
Changed | Description |
RecNo | This property no longer returns a logical record number as it did in DBISAM. It returns zero (0) at all times under ElevateDB. However, you can still assign a value to the property in order to navigate to a specific logical row in the dataset. |
Changed | Description |
IsSequenced | This method always returns False under ElevateDB. ElevateDB does not provide logical record numbers (sequence numbers). |
LoadFromStream SaveToStream | ElevateDB uses a completely different stream format than DBISAM. Do not attempt to load a stream created by DBISAM into ElevateDB, or vice-versa. |
Changed | Description |
None |
New | Description |
None |
New | Description |
LockCurrentRecord UnlockCurrentRecord UnlockAllRecords | These methods allow you to manually lock and unlock rows in the current cursor. |
New | Description |
None |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |