<< Click to Display Table of Contents >> CLOSE |
![]() ![]() ![]() |
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.