|
|
|
The DBcursor->c_close method closes the DBC cursor, after which the cursor may no longer be used. Although cursors are implicitly closed when the database they point to are closed, it is good programming practice to explicitly close cursors. In addition, in transactional systems, cursors may not exist outside of a transaction and so must be explicitly closed.
Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.