conn
is the connection descriptor established by a previous call to mi_open() or mi_server_connect().
Yes
Return Values One of the following values (defined in milib.h).
MI_ERROR
On exception
MI_NO_MORE_RESULTS
No more results pending
MI_ROWS
Rows pending
MI_DML
Data Manipulation Language statement completed
MI_DDL
Data Definition Language statement completed
Related Topics For additional information, see the descriptions of the following functions: mi_server_connect() and mi_next_row().