Online Documentation for All SQLManager.net Products
|
What's new in DBISAM Manager? |
|
|
Version 1.6 - October 20, 2004 |
1. Data View: This version of the program rebuilds Print View only if the
query results have been changed. Added Refresh Report button for forced renewal of Print View.
2. QueryBuilder: Now the components save table size and expanded property in the builder area.
3. QueryBuilder: We have implemented an ability to save the query diagram
as an image file. There are two formats supported now: BMP and WMF.
4. Export to Excel: Now you can export your data into any cell of the Excel spread sheet.
5. Export to Excel: A possibility of creating merged cells is added.
6. Export to Excel: The "Auto calculate column width" option is added.
7. Export to Excel: We have added an ability to define background images for an Excel sheet.
8. Import Wizard: We have added the possibility of defining an error log file name.
9. Import Wizard: The "Rewrite error log file" option is added.
10. Import Wizard: The "Show error log" option works correctly now.
11. When deleting a field from SQL Assistant tree an exception emerged. The bug is fixed.
12. QueryBuilder: Fixed bug with parsing JOIN statements like
SELECT ....
FROM
Table1
INNER JOIN Table1 Alias1 ON (Table1.id = Alias1.id)
INNER JOIN Table1 Alias2 ON (Alias1.id = Alias2.id)
13. Other minor improvements and bug fixes.