Releases the server resources used by a query or stored procedure.

Syntax

This method is called implicitly by the Query or StoredProc object.

Property of

Query, StoredProc

Description

The unprepare( ) method cleans up after a query or stored procedure is deactivated. It is called implicitly when you set the object’s active property to false. In typical usage, you do not call this method directly.

Advanced applications may override the definition of this method to perform supplementary actions when deactivating the query or stored procedure. Custom data drivers must define this method to perform any necessary actions to clean up when a query or stored procedure is deactivated.