Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than odbc32, prefix the name with the module name and a period.
SQLDisconnect (odbc32)
.
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
SQLDisconnect closes the connection associated with a specific connection handle.
3/16/2007 8:06:26 AM - Nat Luengnaruemitchai-141.155.77.196
SQLDriverConnect is an alternative API to SQLConnect. The difference is that it can popup the dialog to ask the user for more information about the connection
6/26/2010 8:09:19 AM - Steve Waggoner-65.223.32.12
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).