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

odbc32

.
Summary
SQLAllocConnect allocates memory for a connection handle within the environment identified by henv.
.

static extern short SQLAllocConnect(IntPtr EnvironmentHandle, out IntPtr ConnectionHandle);

.

  if (!isOK(SQLAllocConnect(environmentHandle, out connectionHandle)))

.
Documentation
[SQLAllocConnect] on MSDN
.

     RetCode = SQLAllocConnect(hEnv,ref hdbc);

.

            if (!isOK(SQLAllocConnect(environmentHandle, out connectionHandle)))


 
Access PInvoke.net directly from VS: