Click here to Skip to main content
15,889,877 members

1 solution

Close - Closes opened cursor
Deallocate - Removes cursor from memory.

Don't forget the order. Close and then Deallocate.

Remember, we do close the connection object & dispose the object after that in Coding? Deallocate is same as Dispose.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900