INFORMIX
DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home Contents Index Master Index New Book

mi_row_create()

The mi_row_create() transforms a row descriptor into a row.

Syntax

Usage

If you call mi_row_create() twice with the same row descriptor, the second call overwrites the results of the first call.

The mi_row_create() function expects an mi_lvarchar variable-length structure as the coldata value for char(n) and nchar(n) columns.

Return Values

The newly created row on success; NULL on failure.

Related Topics

For additional information, see the description of the mi_row_desc_create() function.




DataBlade API Programmer's Manual, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.