Download List

Projeto Descrição

QueryForm is a Java GUI application that
provides a powerful form-based front end for
relational databases. It supports multiple
concurrent connections to different
databases. Tables can be queried through a
simple form-based interface or a custom
WHERE-clause editor. Query results can be
browsed one row at a time through the the
form interface or viewed in a scrollable grid,
and can be exported to CSV files or INSERT
statements. Table rows can be created,
updated, or deleted, and table metadata can
be viewed for each table in a database.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-07 19:32
1.4

O suporte para menus internacionalizado foi adicionado, incluindo um pacote de idioma chinês recurso. Colunas com os tipos de dados padrão (tipos não incluídos no java.sql.Types) agora podem ser exibidos e editados. Data de colunas pode ser alternado entre curto e longo-forma em vistas da grade. Windows tabela de metadados incluem agora um guia DDL que mostra uma instrução CREATE TABLE que pode ser usado para replicar uma tabela em outro banco de dados. Vários ajustes foram feitos para tornar o código compatível com Java 1.5 compiladores e JVMs.
Tags: Minor feature enhancements
Support for internationalized menus was added,
including a Chinese language resource bundle.
Columns with non-standard data types (types not
included in the java.sql.Types) can now be
displayed and edited. Date columns can be toggled
between long- and short-form in grid views. Table
metadata windows now include a DDL tab which
displays a CREATE TABLE statement that can be used
to replicate a table in another database. Various
tweaks were done to make the code compatible with
Java 1.5 compilers and JVMs.

2004-06-07 17:55
1.3c

Esta versão corrige um bug em que, se a lista de colunas em uma janela de metadados da tabela foi classificado, susequently abriu as formas de consulta irá mostrar as colunas fora de ordem. O novo e melhorado programa de instalação agora também instala QueryForm em Unix, Linux e Mac OS X, além de sistemas Windows.
Tags: Minor bugfixes
This release fixes a bug where, if the columns
list in a table metadata window was sorted,
susequently opened query forms would show the
columns out of order. The new, improved installer
program now also installs QueryForm on Unix,
Linux, and Mac OS X systems, in addition to
Windows systems.

2003-10-04 21:52
1.3b

Esta versão corrige um bug que, em casos raros, poderia causar alterações linha a falhar.
Tags: Major bugfixes
This release fixes a bug which, in rare instances,
would cause row updates to fail.

2003-08-25 10:06
1.3a

Esta versão corrigiu um bug em sistemas Unix, onde o caminho para o Diretório drivers não foi corretamente determinado, e os motoristas tiveram que ser carregados a partir do CLASSPATH do sistema. Também trabalha em torno de uma lacuna na implementação de ResultSetMetaData fornecidas pelo driver JDBC do HSQLDB. Além disso, a classe do driver JDBC do HSQLDB foi adicionado à lista que verifica QueryForm quando ele inicia, assim que será adicionada à lista suspensa na fonte de dados de configuração de diálogo se estiver disponível no classpath.
This release fixed a bug on Unix systems where
the path to the drivers directory was not
correctly determined, and the drivers had to be
loaded from the system classpath. It also works
around a shortcoming in the implementation of
ResultSetMetaData provided by HSQLDB's JDBC
driver. Additionally, HSQLDB's JDBC driver class
was added to the list that QueryForm checks when
it starts up, so it will be added to the
dropdown in the data source config dialog if it
is available in the classpath.

2003-08-11 12:44
1.3

Esta versão traz suporte completo para olhar pluggable-e-sente, que pode ser alterado on-the-fly. Partido olhar Muitos terceiro--e-sentir módulos estão disponíveis, algumas das quais são gratuitas. Um guia de usuário recém-reforçado também foi incluído.
Tags: Major feature enhancements
This release features full support for pluggable
look-and-feels, which can be changed on-the-fly.
Many third-party look-and-feel modules are
available, a number of which are free. A newly
enhanced user guide was also included.

Project Resources