Home | Previous Page | Next Page   Database Access > Executing SQL Statements > Completing Execution >

Interrupting Execution

The mi_query_interrupt( ) function interrupts execution of the current statement on a connection. It releases resources that an mi_exec( ) function implicitly allocates without processing any remaining rows in a query. To release resources, mi_query_interrupt( ) has the same behavior as mi_query_finish( ). For more information, see Releasing Statement Resources.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]