void tsmSavePyramidDatabase ( TsmHandle *tsmh, const char *pdbLocator ) Save a Pyramid database
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".