Switch to: V12V11V10V9V8V7V6V5

UNREGISTER DATABASE

Syntax

vext_vsrv_unregister_db                              -- v4.0
    : UNREGISTER DATABASE db_name
 

Arguments

db_name

the name of database to be unregistered from VSERVER.

Description

This command unregisters the specified database from a Valentina Server. This means that database will not be available for future use.

Note that database file(s) are not destroyed. After unregister, you can copy them to any other computer or open in Valentina Studio directly.

Errors

  • DATABASE_NOT_FOUND - Valentina Server don't know database with the specified name.

Examples

Example:

UNREGISTER DATABASE account_db;

See Also