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

odbc32

.

            SQLDisconnect(dbcHandle);

.
Summary
SQLDisconnect closes the connection associated with a specific connection handle.
.

public static extern short  SQLDisconnect(IntPtr ConnectionHandle);

.

Declare Function SQLDisconnect Lib "odbc32.dll" ( _

.
Documentation
[SQLDisconnect] on MSDN
.

            SQLDisconnect(connectionHandle);


 
Access PInvoke.net directly from VS: