Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » DBISAM Technical Support » Product Manuals » DBISAM Version 4 Manual for RAD Studio XE (Delphi) » Component Reference » TDataLossCause |
TDataLossCause = (dlUnknown,dlKeyViolation,dlValidityCheckFail, dlFieldDeletion,dlFieldConversion)
Element | Description |
dlFieldConversion | Indicates that the cause of the data loss is the inability of DBISAM to handle the conversion of a given field from one data type to another due to incompatible data types. The ContextInfo parameter of the OnDataLost event will indicate the field name for which the failure is occurring. |
dlFieldDeletion | Indicates that the cause of the data loss is the deletion of a field. The ContextInfo parameter of the OnDataLost event will indicate the field name that has been deleted. |
dlKeyViolation | Indicates that the cause of the data loss is a duplicate index key. The ContextInfo parameter of the OnDataLost event will indicate the index name for which the key violation is occurring. |
dlUnknown | Indicates that the cause of the data loss is unknown or undetermined by DBISAM. |
dlValidityCheckFail | Indicates that the cause of the data loss is a failure of a constraint for a given field. The ContextInfo parameter of the OnDataLost event will indicate the field name for which the failure is occurring. |
This web page was last updated on Tuesday, April 23, 2024 at 09:24 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |