SQLFreeEnv (odbc32)
Last changed: Andy Geering-62.190.196.98

.
Summary
Frees an given ODBC Environment handle

C# Signature:

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

VB Signature:

Declare Function SQLFreeEnv Lib "odbc32.dll" (ByVal Handle As IntPtr) As Short

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
SQLFreeEnv on MSDN