June 2002
Beginner
759 pages
80h 42m
English
DropCursor
Win32::ODBC->DropCursor([close_type])
Drops the cursor associated with the ODBC object.
This forces the cursor to be deallocated. This overrides SetStmtCloseType, but the ODBC object
does not lose the StmtCloseType
setting. close_type can be any valid
SmtpCloseType and will perform
a close on the statement using the specified close type. Returns
true on success, false on failure.