Symphony Framework
DBResponse Enumeration
Symphony.dB Namespace : DBResponse Enumeration
The available responses from DBAccess database processing methods.
Syntax
public enum DBResponse : System.Enum 
Members
MemberDescription
DBDuplicateKey Duplicate key constraint exception encountered.
DBEOF End of table/file/results set encountered.
DBFatal Fatal exception occured.
DBLocked Requested row is currently locked.
DBNoCurrentRecord No current record has been located/locked prior to requested operation.
DBNotFound Row/record not found.
DBOK Operation was successful.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Symphony.dB.DBResponse

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

Reference

Symphony.dB Namespace