State Property (DB2Error)
                In This Topic
            
            Gets the five-character error code that follows the ANSI SQL standard for the database. This code identifies the source of the error if the error can be issued from more than one place.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property State As String
             
        
            
            public string State {get;}
             
        
             
        
            
            
            Property Value
The five-character error code that follows the ANSI SQL standard for the database.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also