sqlfreeconnect (odbc32)
Last changed: anonymous

.
Summary
SQLFreeConnect releases a connection handle and frees all memory associated with the handle.

C# Signature:

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

VB Signature:

TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

See SQLDriverConnect example.

Documentation