public enum DBResponse : System.Enum
public enum DBResponse : System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
Symphony.dB.DBResponse
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