Is it necessary to RELAESE the DATASET after used?

Hi

after apply this function

sc_lookup(dataset, “… sql statement …”);

do we need to close the dataset if we do not need it dataset anymore for this moment?).

If so, How to close it?

Regards,
CK

Re: Is it necessary to RELAESE the DATASET after used?

after using sc_lookup, scriptcase closes the recordset automatically.
When you are using the dataset variable, its only an array, not the recordset itself.

If you would like to manipulate the recordset by yourself, try to use sc_select