Symphony Framework
IOAccessResult Enumeration
Symphony.dB.SQLSupport Namespace : IOAccessResult Enumeration
Base database access result enumeration.
Syntax
public enum IOAccessResult : System.Enum 
Members
MemberDescription
D_IO_DUP_KEY An attempt to create a new record/row in the database table has resulted ina duplicate key error.
D_IO_EOF Access to the database table has reached the end of the table and there are no more available records/rows.
D_IO_FATAL A fatal database table access error has been encountered. Review the Symphony Event Log to determine the error.
D_IO_LOCKED Another operation has the required record/row locked.
D_IO_NO_CUR_REC An operation to delete or update a record/row in the datbase table was aborted because there was no previous record/row access in the table.
D_IO_NOT_FOUND Following the requested operatin no data could be found in the datbase table matching the request.
D_IO_OK Access to the databse table was successful.
Remarks
This enumeration provides the return status values following file-based operations on the database tables.

These methods are designed to be used by the Symphony.dB.SQLDispatcher class and not from user code.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Symphony.dB.SQLSupport.IOAccessResult

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.SQLSupport Namespace