Symphony Framework
Read(String,Int32,String) Method
Symphony.dB Namespace > DBAccess Class > Read Method : Read(String,Int32,String) Method
The key value to locate the required row in the database table.
The key of reference to perform the row search on.
The returned data area.
Read a row (record) from the table using a key value and a key of reference.
Syntax

Parameters

keyValue
The key value to locate the required row in the database table.
keyOfReference
The key of reference to perform the row search on.
dataArea
The returned data area.

Return Value

Returns a value indicating the status of the call.
Remarks
The row in the database will be located using the passed in key value. the index in the databsae is determined by the keyOfReference value. a zero keyOfReference is the primary key.
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

DBAccess Class
DBAccess Members
Overload List