Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_Connection_iface class

 

SetSuspend function (deprecated)

Sets the Suspend property.

Syntax
void UltraLite_Connection_iface::SetSuspend(
  bool suspend
)
Parameters
  • suspend   Set to true to suspend the connection, so that its state can be restored when the database is reopened.

Returns

True if the connection is suspended.

Remarks

The connection name (or lack thereof) identifies suspended connections.