Equinox Online Help - Language Reference - A to Z

Home

StorageManager

Applies to
SyntaxStorageManager(DatabaseName)
Action[Function] Returns data storage details.
ScopeUsable anywhere
Notes

This function takes as a parameter the name of a database without quotes, and returns the name of the DLL that has been selected in Database Definition as the storage manager, or “EQUINOX” if none has been selected.

CategoryMirroring
See Also  
Example

This example prints the name of the DLL being used as the storage manager for the database Books

Print StorageManager(Books) (in this case it prints SQLMIRROR)