DataBlade API Programmer's Manual
Chapter 6: Sending SQL Statements
Home
Contents
Index
Master Index
New Book
Functions for Sending Statements
The DataBlade API functions for sending SQL
statements are
mi_exec()
and
mi_exec_prepared_statement().
These functions submit an SQL statement string for execution in the database server on an existing open connection.
The function
mi_query_finish()
completes execution of the SQL statement. It processes any pending results that have not already been processed and ensures that the database server is ready to execute the next statement.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.