| Home | How To | Online Documentation | Support | Download | Order |
|
|
SAField &Field( int nField );
SAField &Field( const SAString &sField ); Returns the column specified by its position or name in the result set. ParametersnField . A one-based field number in a result set. sField. A string that represents a name of the requested field. Return valueA reference to a SAField object. RemarksUse Field method to access a field by its name or position in the result set. In Syntax 1 using nFieldvalue smaller than 1 and greater then the value returned by FieldCount method will result in a failed assertion. In Syntax 2 using a non-existent field name will throw an exception. A set of SAField objects creates implicitly after the command execution if the result set exists.SAField object contains full information about a column: name, type, size, value. SAField object can also be gotten by operator [ ] . Server specific notesNo specific information. See alsoProblems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||||