Chapter 4 ActiveX Client Interfaces


Fields collection

Description

Type Library Name

JaguarTypeLibrary

DLL Name

jagproxy.dll

A collection of Field objects that represents a row of tabular data. Modeled after Fields in Microsoft's ActiveX Data Objects (ADO) interface.

Usage

The RecordSet Fields property returns Fields collections.

For example code, see "Creating ActiveX Clients" in the Jaguar CTS Programmer's Guide.

See Also

RecordSet interface, Field


Fields.Item

Description

Returns the Field object that represents the column at a given position within the row. Modeled after Field in Microsoft's ActiveX Data Objects (ADO) interface.

Syntax

Fields.Item(index)

Parameters

index

An integer that specifies the position of the column of interest. The first column in the row is 0. The last item is Field.Count - 1.

See Also

Field

 


Copyright © 2000 Sybase, Inc. All rights reserved.