kakmouth
Programmer
- Oct 26, 2001
- 20
hi.
just wanted to see if it was possible to close a recordset from within the procedure that created it to avoid returning unneeded recordsets??? say for instance i create a recordset merely to see if a record exists for a given filter but would no longer need that recordset, is it possible to close that recordset so that it is not returned??? it seems that recordsets are created for just about any action executed within a procedure, most of which may not be necessary...
any help would be appreciated.
thanks, mike.
just wanted to see if it was possible to close a recordset from within the procedure that created it to avoid returning unneeded recordsets??? say for instance i create a recordset merely to see if a record exists for a given filter but would no longer need that recordset, is it possible to close that recordset so that it is not returned??? it seems that recordsets are created for just about any action executed within a procedure, most of which may not be necessary...
any help would be appreciated.
thanks, mike.