Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - Database Administration » SQL Anywhere database server executable (dbsrv17, dbeng17) » Database startup options

-sbx database option

Controls disk sandboxing for the database.

Syntax
dbsrv17 [ server-options ] database-file -sbx{ + | - } ...
Applies to

All operating systems.

Remarks

Enabling this option restricts the read-write file operations on the database to the directory where the main database file is located and any subdirectories of this directory.

If this option is not specified, the default disk sandbox settings specified by the -sbx database server option are used.

You can temporarily change the disk sandbox settings for the database while the database is running by using the DiskSandbox option in the sa_db_option system procedure.