Microsoft SDK for Java

getField

The getField method of the Recordset class retrieves the value of a field in a Recordset. getField has the following signatures:

getField(int n)
getField(String n)

getField(int n)

Retrieves the value of a field in a Recordset.

Syntax

public com.ms.wfc.data.Field getField(int n);

Return Value

Returns the value of a field.

Parameters

n The index of the field.

getField(String n)

Retrieves the value of a field in a Recordset.

Syntax

public com.ms.wfc.data.Field getField(String n);

Return Value

Returns the value of a field.

Parameters

n The name of the field.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.