| DB Cruiser Features Highlight: | |
| In addition to the standard features an SQL database access tool usually has, such as exploring tables and stored procedures, execute SQL statements, display table column definitions, primary keys, foreign keys, and table indexes, etc., DB Cruiser has the following major unique features: | |
|
|
|
|
|
|
|
Load bulk data in many formats, including spreadsheets, and user defined delimiters. Combine this feature with saving query results to different formats, you can transfer or convert data between databases. You also have the choice to load the whole table, or selected columns only.
|
|
a. HTML REPORT b. PDF REPORT
c. Comma Separated Values (CSV), which can be used by many spreadsheet applications (like Excel) directly. d. Tab Separated Values e. Values separated by user specified delimiters. f. XML, either each row in the list is an element with columns as sub-elements or each row in the list is an element with columns as attributes. g. SQL insert statements (to export to other databases).
|
|
You can view, download, insert, update* (modify) a CLOB (Character Large Object). You have choice to view either a part of a CLOB quickly, or the whole CLOB, up to the maximum displayable size. The maximum displayable size is configurable through the Administration Tool. There are two ways to update a CLOB: either edit it directly, or via file upload. You can download, insert, update* (via upload) a BLOB (Binary Large Object).
|
|
|
|
|
|
Navigting among parent/child table tree graphically. It displays both imported keys (keys from parent tables) and exported keys (keys in child tables), then simply click the imported or exported key, it will bring you to the corresponding parent or child table. Continue doing so, you can explore the whole parent/child table tree by mouse clicking.
|
|
A GUI Query Builder, which let you build complicated queries without or with little typing. Furthermore, the query you built will be showed on the
|
|
|
|
Modify data in a query result graphically
without writing any SQL statement:** to modify data in a query result, simply double click the data,
the corresponding table cell will become editable, modify the data, then click Update button to write the modification to the database.
|
|
Delete rows in a query result graphically
without writing any SQL statement:** to delete rows in a query result, simply select (check) rows you want to delete, then click the Delete button to remove those rows from the database permenantly.
|
|
Generate JavaBean (Data Object) for each table: For each table/view, the corresponding JavaBean (Data Object) will be generated, which contains all the get() and set() methods for each column in the table/view, as well as the following two methods:
public void setAttributes(java.sql.ResultSet result); public void insertDatabase(java.sql.Connection conn);
|
|
Insert new table rows Graphically without writing any SQL statement
|
|
A GUI Administration Tool allows you to change the setting graphically without editing the configuration file dbcruiser_config.xml directly. The Administration Tool can be accessed from any browsers.
For example, you can turn debug on/off, add, delete and modify the connection list (the list shown on the login panel), etc. via the administration tool. Best of all, any modification made by the administration tool will be taken into effect immediately, no servlet container restart necessary - a MathThinking technology!
|
|
Flexible Login Methods: You may simply select a database from a predefined list to
access it, if a particular database is not on the list, you may still access it by providing the information about that database.
|
|
Display time used in milliseconds for every SQL statement(s) execution:
This includes This is a useful feature to help you tune your SQL performance
|
|
Display
|
|
View Current User Sessions* of the database you are accessing: for users with DBA privilege, a "Current Sessions" selection will appear on the main menu after you login.
|
| ** | For Internet Explorer 5 or later versions only. |
| * | Currently, these features are available for Oracle only. |