Jump to: navigation, search

Difference between revisions of "Database Manager"


Line 1: Line 1:
The Database Manager is basically used for maintenance tasks in UBIK databases. These tasks can be executed whether there is already a database connected or not connected but already defined in the UBIK.Studio options. A database connection can be refused by the Studio due to a version mismatch between the used UBIK.Studio version and the database version. To solve this, the database can be upgraded in this place to enable the user to connect to the database and continue working once back in the Studio.
+
The Database Manager is basically used for maintenance tasks in UBIK databases. These tasks can be executed whether there is already a database connected or not connected but already defined in the UBIK.Studio options. For the second case, the database manager tries to establish a temporary connection to work with. If needed, UBIK.Studio refuses database connections due to a version mismatch between the Studio version and the database version. To solve this deficiency, the database can be upgraded in this dialog to enable the user to connect to the database and continue working once back in the Studio. For this task, the database manager automatically selects all needed scripts to perform an upgrade. Another additional functionality is to execute any SQL script file, for example to perform specific changes in the database, applying corrections, cleanup etc.
  
 
[[File:UI_DatabaseManager.png|thumb|right|220px|Database Manager Dialog]]
 
[[File:UI_DatabaseManager.png|thumb|right|220px|Database Manager Dialog]]
 +
 +
==Toolbar==
 +
{| class="wikitable" | width = "50%"
 +
|-
 +
! Item !! Purpose
 +
|- align="left"
 +
| Run Script... || Load and execute a SQL script on the connected database.
 +
|}

Revision as of 11:41, 23 July 2013

The Database Manager is basically used for maintenance tasks in UBIK databases. These tasks can be executed whether there is already a database connected or not connected but already defined in the UBIK.Studio options. For the second case, the database manager tries to establish a temporary connection to work with. If needed, UBIK.Studio refuses database connections due to a version mismatch between the Studio version and the database version. To solve this deficiency, the database can be upgraded in this dialog to enable the user to connect to the database and continue working once back in the Studio. For this task, the database manager automatically selects all needed scripts to perform an upgrade. Another additional functionality is to execute any SQL script file, for example to perform specific changes in the database, applying corrections, cleanup etc.

Database Manager Dialog

Toolbar

Item Purpose
Run Script... Load and execute a SQL script on the connected database.