InfoConnect for Airlines VBA Guide
SuspendCurrentConnection Function
Suspends the current host connection (so that it can be resumed later with ResumeConnection).
Syntax
object.SuspendCurrentConnection() As Long

Return Value

A numeric identifier for the suspended connection that can be used to later resume the connection.
See Also