SQLDisconnect (odbc32)
Last changed: Nat Luengnaruemitchai-141.155.77.196

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

C# Signature:

[DllImport("odbc32.dll",CharSet=CharSet.Ansi)]
public static extern short  SQLDisconnect(IntPtr ConnectionHandle);

VB Signature:

Declare Function SQLDisconnect Lib "odbc32.dll" ( _
   connectionHandle As Integer) As Short

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

See SQLDriverConnect.

Alternative Managed API:

Do you know one? Please contribute it!

Documentation