Desktop Functions: Smart Device Functions:
|
Search Results for "SQLAllocStmt" in [All]odbc321: SQLAllocStmt An application must call SQLAllocStmt prior to submitting SQL statements.
static extern short SQLAllocStmt(IntPtr ConnectionHandle, out IntPtr StatementHandle);
Private Shared Function SQLAllocStmt(ByVal connectionHandle As IntPtr, <Runtime.InteropServices.Out()> _ 2: SQLTables
if (!isOK(SQLAllocStmt(connectionHandle, out statementHandle))) |