odbc-free-statement ( statement -- )


Vocabulary
odbc

Inputs
statementan ODBC statement handle


Outputs
None

Word description
Closes the statement handle and frees up all resources associated with it.

See also
odbc-init, odbc-connect, odbc-disconnect, odbc-prepare, odbc-free-statement, odbc-execute, odbc-next-row, odbc-number-of-columns, odbc-describe-column, odbc-get-field, odbc-get-row-fields, odbc-get-all-rows, odbc-query

Definition