Home | Previous Page | Next Page   Database Access > Executing SQL Statements > Using Save Sets >

Freeing a Save Set

A save-set structure has a memory duration of PER_STMT_EXEC. Therefore, a save-set structure remains active until one of the following events occurs:

To conserve resources, use the mi_save_set_destroy( ) function to explicitly deallocate the save set once your DataBlade API module no longer needs it. The mi_save_set_destroy( ) function is the destructor function for a save-set structure. It frees the save-set structure and any resources that are associated with it.

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