CLOSE

<< Click to Display Table of Contents >>

Navigation:  Scripts (Batch Interface) > Syntax > Statements >

CLOSE

Previous pageReturn to chapter overviewNext page

Closes a result set. All resources associated with the result set are freed.

 

close=ALL

close='DataSetName'

close

 

ALL option closes all opened result sets.

Close with a parameter closes the specified result set.

Close without any parameter closes the current result set.