Desktop Functions: Smart Device Functions:
|
Search Results for "SQLFreeStmt" in [All]odbc321: SQLBindCol
SQLFreeStmt(stmtHandle, SQL_CLOSE); 2: SQLFreeStmt
static extern short SQLFreeStmt(IntPtr StatementHandle, ushort Option);
Private Shared Function SQLFreeStmt(ByVal statementhandle As IntPtr, ByVal [option] As UShort) As Short 3: SQLTables
SQLFreeStmt(statementHandle, SQL_DROP); |