int tsmUpdateDatabaseFromServer ( TsmDatabase *database, TsmServer *server, TsmConnectionParams param )

Updates a database with datasets from a server

Documentation

Updates a database with datasets from a server.

This function is basically just a wrapper to tsmUpdateDatabaseFromServerCB with the callback parameters set to NULL. It is provided for backwards compatibility with previous versions of the tsmApi.

Returns:
TRUE if successful, FALSE if failed.
Parameters:
database - the database structure to be updated
server - the server structure containing the location of the server to contact.
Author:
Martin Reddy
Version:
12 December 1997
See Also:
tsmUpdateDataseFromServerCB


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page