SQLDisconnect
[DllImport("odbc32.dll", SetLastError = true)]
public static extern int SQLDisconnect(
IntPtr ConnectionHandle
);Last updated
[DllImport("odbc32.dll", SetLastError = true)]
public static extern int SQLDisconnect(
IntPtr ConnectionHandle
);Last updated