@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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@msdn on MSDN
Edit odbc32.SQLFreeEnv
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.