int tsmUpdateDatabaseFromServer ( TsmDatabase *database, TsmServer *server, TsmConnectionParams param ) Updates a database with datasets from a server
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.