|
April 20, 2004, DB Cruiser 4.6 released.
The major improvements over 4.5.x are:
- Added a Refresh button on the query result panel, so you can re-execute the same query to reflect the current database. See here for details.
- Added functionality to delete rows from a query result graphically: simply select (check) rows you would like to delete, and then click the Delete button to remove them from the database permanently. See here for details.
- Support more JDBC drivers for direct connecting, including some I-Net JDBC drivers. See here for details.
Note: you can use ANY JDBC 2.0 or later drivers with DB Cruiser by adding a new connection to the connection list, see here for details.
- Fixed all reported bugs.
|
|
March 18, 2004, DB Cruiser 4.5 released.
The major improvements over 4.4.x are:
- Improved CLOB (Character Large Objects) and BLOB (Binary Large Objects) support - it now supports the following for ALL the databases (with JBDC 2.0 or later drivers):
- Improved bulk data loading: you can choose to load data to the whole table, or to selected columns only.
- Improved PDF reports generating: you can choose page size now.
- Improved GUI, see here for an example.
- Fixed all reported bugs.
|
|
February 21, 2004, DB Cruiser 4.4.1 released, supports direct connecting for HSQL Database Engine.
|
|
December 10, 2003, DB Cruiser 4.4 released.
The major improvements over 4.3 are:
- Added choice to use a connection pool to connect to a database. With connection pool, you can run several SQL statements or upload data to several large tables simultaneously. The connection can be configured to use connection pool via DB Cruiser Administration panel (section 12.5 of DB Cruiser User's Guide)
- Added metadata portion when saving query results as XML. As you may already know, when saving query or other listing (table list, column definition, etc.) results as XML, you have two choices:
(1) Each row in the list is an element with columns as sub-elements, see the sample XML here
(2) Each row in the list is an element with columns as attributes, see the sample XML here
- Improved GUI.
- Fixed all reported bugs.
|
|
November 11, 2003, DB Cruiser 4.3 released.
The major improvements over 4.2 are:
- Added functionality to generate PDF (Portable Document Format) documents, including PDF REPORT (for query results), table column definitions, table list results, stored procedure list results, etc.
- Fixed all reported bugs.
|
|
September 12, 2003, DB Cruiser 4.2 released.
The major improvements over 4.2 are:
- New functionality: Load bulk data, and Transfer/Convert bulk data between databases
- Added HTML REPORT
- Added direct connecting support for PostgreSQL and PointBase.
- Specifying default and/or password for connection list.
- Improved GUI.
- Fixed all reported bugs.
|
|
July 25, 2003, DB Cruiser is accepted by BEA as a (database) management tool. See
here for the details.
|
|
July 1, 2003, DB Cruiser 4.1 released.
The major new feature over 4.0 is:
Support CLOB (Character Large Object) and BLOB (Binary Large Object) - you can manipulate CLOB or BLOB easily in just few mouse clicks.
- Table Column Definitions with CLOB and BLOB columns, see the screen for the details
- Query tables with CLOB and/or BLOB columns, see the screen for the details
- Insert rows with CLOB and/or BLOB columns, see the screen for the details.
- Download content of a CLOB or BLOB to the local disk to manipulate.
- View content of a CLOB directly, either view a part of it, or view the whole content of a CLOB, up to the maximum viewable size. The maximum viewable size can be changed through the Administration Tool.
- Update content of a CLOB or BLOB via file upload see the screen for the details.
- Update a CLOB by editing the content directly.
|
|
February 17, 2003, DB Cruiser 4.0 released. The major new features over 3.x are:
- Generate table related SQL statements for each table, see the screen for details.
- Highlight (mark) and Execute: you may enter several SQL statements in SQL Work Area, use mouse to highlight (mark) the statement(s) you want to execute each time, then click Execute button, it will execute only highlighted statement(s).
- Display time used in milliseconds for every SQL statement(s) execution
(see screen for details).
This is a useful feature to help you tune your SQL performance.
- Change display size/font size on the query results will take into effect immediately (previously you need to click Next, Previous or GoTo button to take effect). This also applies to
table list results and
stored procedures list results.
- Able to save query/listing results as up to 5 different formats (This feature makes DB Cruiser a simple reporting tool) :
a. Comma Separated Values (CSV), which can be used by many spreadsheet applications directly.
b. Tab Separated Values
c. Values separated by user specified delimitations.
d. XML, either columns as elements or columns as attributes.
e. SQL insert statements (to export to other databases).
The list results include
query results,
table list results,
stored procedures list results,
table column definitions, and stored procedure details, etc.
You may also choose the save range: all rows, current page, or specify the begin and end rows (see the screen for details):
- A significantly improved GUI, see Screen Shots for details.
- Fixed all the reported bugs.
|
|
September 5, 2002, DB Cruiser 3.4 released. The major new features over 3.3 are:
- Able to save query results to the following formats (see the screen for details):
a. Comma Separated Values (CSV), which can be used by many spreadsheet applications (like Microsoft Excel) directly.
b. Tab Separated Values
c. Values separated by user specified delimitations.
d. XML, either columns as elements or columns as attributes.
e. SQL insert statements (to export to other databases).
- Generate Data Definition Language (DDL) for each table, see the screen for details.
- Fixed all the reported bugs.
|
|
June 17, 2002, DB Cruiser 3.3 released. The major new features over 3.2 are:
- Executing multiple statements in SQL Work Area.
- A significantly improved GUI, see Screen Shots for details.
- Fixed all the reported bugs.
|
|
April 22, 2002, DB Cruiser 3.2 released. The major new features over 3.1 are:
- A significantly improved GUI, see Screen Shots for details.
- You change display size (number of rows) and font size on any result page
without re-query the database. See this screen for an example.
- More configurable items for the the
Server and
JDBC Connections via Administration Panel. For example, there are 50 backgrounds for you to choose, and you can set session timeout up to 10 hours or never expired, etc.
- Fixed all the reported bugs. DB Cruiser now runs on
Weblogic 7.0 Beta, as well as Weblogic 6.1 (of course!).
|
|
February 26, 2002, DB Cruiser was approved and listed by Internet Product Watch, here is the detail.
|
|
February 4, 2002, Improved JavaBean and Entity JavaBean Source Code by using PreparedStatement.
|
|
January 30, 2002, DB Cruiser online documentation updated for version 3.1. Word format document for version 3.1 also finished, click
here to download (5106k).
|
|
January 28, 2002, DB Cruiser 3.1 released.
The major new features over 3.0 are:
(1) A new GUI Administration Panel, which allows change of DB Cruiser configuration graphically, like setting debugging on/off, add/mofdify/delete database connections, etc. without editing the XML configuration file directly.
(2) Added support for Sysbase.
(3) An improved GUI.
(4) Fixed all reported bugs in 3.0.
|
|
January 15, 2002, DB Cruiser was selected by JavaWorld to list in the Developer Tools Guide, under Database Tools.
|
|
January 15, 2002, added support for Sybase databases in DB Cruiser.
|
|
November 25, 2001, DB Cruiser 3.0 online document finished. Click here to view.
|
|
November 11, 2001, DB Cruiser 3.0 document in word format finished. Click here to download (4809k).
|
|
October 22, 2001, DB Cruiser 3.0 formally released,
which has a new GUI and with a lot of new features over 2.x.
|
|
August 15, 2001, DB Cruiserr 2.5 released.
|