|
QED Admin Tool
Quadcap Software
|
QED Admin Tool
Included with QED is a Servlet22-compliant web applications
that you can use to administer your QED databases. This application
provides a way to schedule online backups of the database, perform
immediate backups or restore operations, create new databases,
view the database schema and enter SQL commands.
Summary Overview Page
To access the Admin application, point your browser to:
http://host:8080/admin/qed/index.jsp
You should see a status page, showing the databases opened in this
server:
Database Control Page
Clicking on one of the open databases in the status page will bring
you to the main admin page for the database. Here you can specify the
frequency and location for automatic online backups, you can initiate
manual backup and restore operations, and run SQL scripts against
the database:
SQL Console
Also available is the SQL Console page, which provides access
to standard JDBC metadata functionality such as getTables, getColumns,
getTypes, etc. This page also permits execution of SQL statements
through a form-based interface.
|