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


In This Topic
    sql_BitAsBooleanContext Field
    In This Topic
    A literal or expression BIT value type is not legal in SQL Server in a logical boolean context and is an error under Strict compatibility mode.
    Syntax
    'Declaration
     
    
    Public Const sql_BitAsBooleanContext As System.Integer
    'Usage
     
    
    Dim value As System.Integer
     
    value = Errors.sql_BitAsBooleanContext
    public const System.int sql_BitAsBooleanContext
    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