June 2002
Beginner
759 pages
80h 42m
English
SetStmtCloseType
Win32::ODBC->SetStmtCloseType(type, [connection])
Sets a particular hstmt close type for the
connection. This is the same as ODBCFreeStmt(
hstmt , type
). By default, the connection
of the current object will be used. If
connection is a valid connection
number, then it will be used. type may
be one of:
SQL_CLOSE SQL_DROP SQL_UNBIND SQL_RESET_PARAMS
Returns a string indicating the newly set type.