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 "SQLAllocStmt" in [All]

odbc32

.
Summary
SQLAllocStmt allocates memory for a statement handle and associates the statement handle with the connection specified by hdbc.
.

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()> _

.
Documentation
[SQLAllocStmt] on MSDN
.

        if (!isOK(SQLAllocStmt(connectionHandle, out statementHandle)))


 
Access PInvoke.net directly from VS: