ShutDownString

Default value: none (DODS will not use "ShutDownString").

File: configuration file.

Context: Connection.

Added to support new version of HSQL database (1.7.2-7 and newer). If this parameter is set to some value, than during application shutdown, DODS will send this string to database (as SQL command).

To stop HSQL (1.7.2-7 ...) database on application shutdown, and to force HSQL engine to write data to database (file) set this value in application configuration file to value "SHUTDOWN" or "CHECKPOINT".

Example:

DatabaseManager.DB.<databaseName>.Connection.ShutDownString = "SHUTDOWN"