VistaDB 6
VistaDB.Diagnostic Namespace / Errors Class / dda_RowOutdated Field


In This Topic
    dda_RowOutdated Field
    In This Topic
    Row is modified or deleted by another thread or process
    Syntax
    'Declaration
     
    
    Public Const dda_RowOutdated As System.Integer
    'Usage
     
    
    Dim value As System.Integer
     
    value = Errors.dda_RowOutdated
    public const System.int dda_RowOutdated
    Remarks
    This error may happen while the reading of the Text, NText or Image column is postponed and not happened at the moment of reading the main row buffer. In such case the engine core ensures the possibility to read an external data buffer containing content of the column.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also