DataBrowser
|
|
 |
** New: DataBrowser is now Java Web Start enabled - .
The DataBrowser is a cross-database, cross-platform
data access tool written entirely in Java. It is stable, feature rich, and mature (initially
released in 1999).
It's core features include:
- 100% Java, compatible with Java 2 versions 1.4 and 1.5.
- Connectivity
- Connect to ANY database with a JDBC driver. (user must supply JDBC compliant drivers)
- Connectors included for ODBC, Oracle, DB2, PostgreSQL,
MS SQL Server, MySQL, InstantDB,
- Generic connector will work with literally any driver
- Maintains a list of recent connections, so you donýt
have to constantly re-type connection information.
- Browsing
- Browse a database's tables and view schemas in an intuitive
treeview
- NEW!: SQLLog window - showing a history of all SQL execued via DataBrowser against all of your databases.
- Limit your browsing to a particular catalog, schema, or type
- Right click to view typical data in a given table
- Open multiple browser windows connected to various different
databases. You can browse Oracle, Access, SQLServer and DB2
all at the same time.
- Editing
- Syntax-highlighting sql editor.
- Add data to tables with a GUI interface.
- Update data in tables.
- Dynamic SQL Support
- Execute any SQL statement
- Save complex SQL with a "SQL Bookmark" for later use.
- Easy to use interface allows less technical users to browse
enterprise databases. Much easier to use than SQL Plus, DB Access, while at the same time more lightweight than MS Access.
- Use in the course of software development to develop queries, then
simply copy and paste your query into your code.
|