Desktop Functions: Smart Device Functions:
|
Search Results for "SQLAllocConnect" in [All]odbc32
static extern short SQLAllocConnect(IntPtr EnvironmentHandle, out IntPtr ConnectionHandle);
if (!isOK(SQLAllocConnect(environmentHandle, out connectionHandle))) 2: SQLConnect
RetCode = SQLAllocConnect(hEnv,ref hdbc);
if (!isOK(SQLAllocConnect(environmentHandle, out connectionHandle))) |