DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_save_set_count()
The
mi_save_set_count()
function returns the number of rows in the specified save set.
Syntax
mi_integer mi_save_set_count(
save_set
)
MI_SAVE_SET *save_set;
save_set
is a pointer to an
MI_SAVE_SET
structure previously created with
mi_save_set_create()
.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
On success, returns the number of rows in the save set; on failure, returns
MI_ERROR
.
Related Topics
For additional information, see the descriptions of the following functions:
mi_save_set_create()
and
mi_save_set_member()
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.