Home | Previous Page | Next Page   Client Functions > Functions for Rows and Collections >

ifx_rc_count()

The ifx_rc_count() function returns the number of elements or fields that are in a row or collection.

Syntax

ifx_rc_count(rowcount, rchandle) 

Arguments

The function accepts the following arguments.

Argument Type Use Description
rowcount SQL_SMALLINT Output Number of elements or fields that are in the row or collection
rchandle HINFX_RC Input Handle for a row or collection buffer

Usage

The ifx_rc_count() function returns the number of elements or fields that are in the row or collection.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]