[DllImport("odbc32.dll",CharSet=CharSet.Ansi)] static extern short SQLFreeEnv(IntPtr EnvironmentHandle);
Declare Function SQLFreeEnv Lib "odbc32.dll" (ByVal Handle As IntPtr) As Short
None.
Do you know one? Please contribute it!
Please add some!
See SQLDriverConnect example.