Switch to: V12V11V10V9V8V7V6V5

Unregister Database

Let you have some database managed by a Valentina Server. Let you want to remove it from the VServer. For this you need Unregister database.

You can unregister database in few ways:

  • Valentina Studio – provides GUI dialog to execute this operation. Check menu VServer.
  • SQL way – you can use Valentina SQL command UNREGISTER DATABASE. You can execute this command from your application code or from SQL Editor of Valentina Studio. See Valentina SQL Reference for details.

This operation removes one record inside of MasterDB of Valentina Server. After this operation any user will not be able open this database by its name.

You can use DROP CONNECTIONS command to drop all current connections of users to the database before unregister it.