Equinox Online Help - Language Reference - A to Z
StorageManager |
|
|---|---|
| Applies to | ![]() |
| Syntax | StorageManager(DatabaseName) |
| Action | [Function] Returns data storage details. |
| Scope | Usable 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. |
| Category | Mirroring |
| 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) |
