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

mi_open_prepared_statement()

The mi_open_prepared_statement() function opens a cursor on a previously prepared statement after it binds the values to the statement.

Syntax

Usage

Once opened, the statement can be fetched using mi_fetch_statement().

Return Values

MI_OK

The function was successful.

MI_ERROR

The function was not successful. The statement could not be opened.

Related Topics

For additional information, see the descriptions of the following functions: mi_prepare(), mi_exec_prepared_statement(), mi_fetch_statement(), and mi_close_statement().




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