SimpleDataset close()
syntax: |
simpledataset.close() |
return: |
boolean - value indicating success. In the case that the operation failed, use the getLastErrorCode() and getLastError() methods to determine the reason for the failure.
|
description: |
This method closes the SimpleDataset object, freeing up the system resources being used by it. It also closes the associated, hidden, database and Cursor objects.
|
see: |
#include <smdtset.jsh>
|
example: |
var success = ds.close(); |