Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SQLFreeStmt" in [All]

odbc32

.

            SQLFreeStmt(stmtHandle, SQL_CLOSE);

.
Summary
SQLFreeStmt stops processing associated with a specific hstmt, closes any open cursors associated with the hstmt, discards pending results and, optionally, frees all resources associated with a statement handle.
.

static extern short SQLFreeStmt(IntPtr StatementHandle, ushort Option);

.

    Private Shared Function SQLFreeStmt(ByVal statementhandle As IntPtr, ByVal [option] As UShort) As Short

.
Documentation
[SQLFreeStmt] on MSDN
.

            SQLFreeStmt(statementHandle, SQL_DROP);


 
Access PInvoke.net directly from VS: