Getting Started and General Overview |
|
|
DbVisualizer 4.0.3 (Free and Personal editions) January 2004 |
http://www.dbvis.com support@dbvis.com |
| Property |
Description |
| dbvis.wrapperdir=DBVIS-HOME/wrapper/classes | Specifies the name of the
wrapper directory which is used to load classes that will not appear
in the lax.class.path
setting. |
| dbvis.prefsdir=user.home | Specifies the name of the
directory in which the dbvis.lax file will be stored. Setting this to auto.home will cause
DbVisualizer to use the home directory as reported from Java. This is
the default. |
| dbvis.grid.encode=true | Specifies if encoding of data in
result set grids will be performed or not. If set to true then make
sure the dbvis.grid.fromEncode
and/or dbvis.grid.toEncode
is set too. |
| dbvis.grid.fromEncode=ISO8859_1 | Encoding used when translating
text data that is fetched from the database |
| dbvis.grid.toEncode=GBK | Encoding used when translating
data that will appear in the result set grid |
| dbvis.formeditor.unlimitedfields=true | Specifies if the Form Editor in
DbVisualizer Personal will ignore the column field sizes as reported by
the JDBC driver. Default is false. |
| dbvis.ignoreoracle=true | Specifies if the special
management in DbVisualizer for Oracle drivers will be ignored. Default
is false. |
| dbvis.usegetobject=true | Specifies if the generic
ResultSet.getObject() method in JDBC will be used in favor of the data
type specific get methods or not. Default is false. |
| Resources |
| The home of DbVisualizer |
| The FAQ which is
regularly updated with frequently asked questions and known problems |
| The User Guide |
| The on line problem report
form. This is the recommended channel for product support. |
| Support by email. Questions, problems, comments or any feedback related directly to the DbVisualizer product. Please
use the support form web page in preference to sending emails to this email
address directly. |

Figure: The DbVisualizer main window
The main window is organized around a standard tool layout based on a menu and tool bar at the top.| Term |
Example |
| Grid |
![]() |
| Graph |
![]() |
| Chart |
![]() |
Figure: The grid, graph and chart terms
(The reason "grid" is not called "table" is because otherwise it would in many situations be confused with a database table).
Figure: Tooltip example

Figure: Grid overview
The screen shot shows the grid and controls that are available in the Database Objects->Data tab but the differences are minor compared to the standard grid.
Figure: Grid right click menu
| Menu
Choice |
Description |
| Select All
Cells |
Selects all cells (aka rows and
columns) in the grid |
| Copy
Selected Cells |
Copy all selected cells onto the
system clipboard. This operation can be tuned in the Tool Properties->Copy
category |
| Export
Selection |
Export the selection using the
standard export feature |
| Fit Column
Widths |
Automatically fit all column
widths according to the widest cell value |
| Default
Column Widths |
Set the column width equally for
all columns |
| Count
Number of Bytes |
Counts and presents the total
number of bytes for all data in the grid |
| Browse Row
in Form |
Displays all data for the
selected row in a form. Note: this is just a read only form as editing is not allowed. |
| Show Result
Meta Data |
Toggle the display to instead
show type information for the columns in the grid. |