Home |
Previous Page | Next Page Database Access > Executing SQL Statements >
The DataBlade API provides the following functions to complete
execution of the current statement.
DataBlade API Function |
Statement Completion |
mi_query_finish( ) |
Finishes processing any remaining rows and releases
implicitly allocated resources for the current statement |
mi_query_interrupt( ) |
Releases implicitly allocated resources for the
current statement |
After
each of these functions executes, the next iteration of the mi_get_result( ) function
returns a status of MI_NO_MORE_RESULTS.
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]