SaveConnection 

Syntax:             BOOL SaveConnection();

Return Value:    TRUE if currently a connection is active or open and the save operation was successful, otherwise FALSE.

Remarks:

Call this method to save the currently active or open connection.

Example:

For Sample of SaveConnection() usage see the Example of  OpenConnection()