HomeSoftwareServicesForumsLinksContact us
  SqlAnswersQuery - Release Notes

Version: 1.0.3.1
11/29/2006
Initial Production Release

Download Setup

New Features 
SQL Query window
SqlAnswersQuery provides the ability to query a variety of database platforms such as Microsoft SQL Server, Access, IBM DB2, Oracle, MySQL and many others.
CSV output
Output to CSV straight from SQL
Excel Output
Output to Excel straight from SQL. Support for images stored in a database.
Fixed-length output
Output to fixed-length text file straight from SQL
HTML output
Output to HTML straight from SQL. Support for images stored in a database.
PDF Output
Output to PDF straight from SQL
Word output
Output to Word/RTF straight from SQL

 

  No existing issues have been resolved in this release

 


Version: 1.0.2.3
11/20/2006
Maintenance BETA release

Download Setup

New Features 
Text Editor Options
It's now possible to customize the text editor's font family, font size and background color.

 

 
Resolved Issues

A long running query cannot be cancelled at all times.

In SqlAnswersQuery, there are three stages in the processor of running a query:

1. Executing SQL (on the server)
2. Creating in-memory data structures
3. Formatting output
 
Changes have been made, so a query can be cancelled right after stage 1 or anytime during stage 2. It's still not possible to cancel a query when the formatting is under way (stage 3), but we are planning to implement this in version 2.0.1.1 (02/07).

The location of the Close button on the web form is not optimal.

The close button has been moved to the toolbar.

Close menu is not available for forms other than the query form.

Close menu is now available for all forms.

The scrollbars on data grid views are confusing. Sometimes there is a bar, and sometimes there is not.

The behavior has been changed, so there is just one scroll bar. If you return multiple datasets, and due to space limitations, you cannot see all the records of a particular dataset, you can double-click on a dataset or right-click and choose 'Maximize Dataset' to view all records of the dataset. Another double-click or right click and selection of 'Show All Resultsets' will show all datasets.

One of the parts in status bar is misselled

The mis-spelling has been corrected.

Open In excel context menu doesn't work

Switch PDf compression library to the 100% .NET solution

 Sql Server named instances are not shown in the drop-down on the SQL Server connection form.

Added SQL Server instances to the SQL Server connection form.

 


Version: 1.0.1.1
11/1/2006
Initial BETA release.

New Features 
SQL Query window
SqlAnswersQuery provides the ability to query a variety of database platforms such as Microsoft SQL Server, Access, IBM DB2, Oracle, MySQL and many others.
CSV output
Output to CSV straight from SQL
Excel Output
Output to Excel straight from SQL. Support for images stored in a database.
Fixed-length output
Output to fixed-length text file straight from SQL
HTML output
Output to HTML straight from SQL. Support for images stored in a database.
PDF Output
Output to PDF straight from SQL
Word output
Output to Word/RTF straight from SQL

 

  No existing issues have been resolved in this release