void tsmSavePyramidDatabase ( TsmHandle *tsmh, const char *pdbLocator )

Save a Pyramid database

Documentation

Save a Pyramid database.

Use tsmSavePyramidDatabase is to explicitly save the Pyramid database. Unless you wish to override defaults, you should not need to call this function, since tsmAddToPyramidDatabase will call it when necessary.

The URL of the database is determined by "appending" pdbLocator to the baseUrl (the argument to tsmOpen) unless pdbLocator is a fully specified URL, in which case pdbLocator will be used directly.

Use the empty string ("") to open the database at its default location relative to the baseUrl. See tsmAppendLocatorToPurl for a definition of "appending".

Returns:
Nothing (void)
Parameters:
tsmh - the TSM session handle.
pdbLocator - used to determine the URL of the database
Author:
Yvan Leclerc
See Also:
tsmLoadPyramidDatabase, tsmAddToPyramidDatabase


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

Back to tsmApi Home Page