Online Documentation for All SQLManager.net Products

Version History
Top  Previous  Next


Version
Release Date


DBISAM Manager 1.5
March 31, 2004
DBISAM Manager 1.4
March 5, 2004
DBISAM Manager 1.3
December 29, 2003
DBISAM Manager 1.2
July 16, 2003
DBISAM Manager 1.1
June 03, 2003


Version 1.5   -   March 31, 2004  

1.   We have implemented a new service - Empty Tables. Now you can empty several tables at once. This service is accessible via the Services -> Empty Tables menu item.

2.   Now you can customize your reports in the Print Metadata tool using new options. These options allow you to include/exclude some metadata (such as fields, indices, DDL, or description) for each table.

3.   Now the program supports COMPRESS statements for the column definition.

4.   With this version you can reduce the amount of time needed to load data for tables and query results. Use the 'Load all rows mode as default' option on the Grid tab of the Environment Options dialog. Note: This mode makes data filtering and sorting inaccessible.

5.   Three new options on the Reports tab of the Environment Options dialog:
Enable multi-line cells - check this option to enable printing of string and memo fields as multi-line cells.  
Enable word wrapping - check this option to enable word-wrapping system. This option available if the above option is enabled.  
Print memo fields' data - check this option to enable/disable printing data of memo fields.  

6.   Now the Export Data and Import Data dialogs do not change the cursor position when exporting/importing data from tables or queries.

7.   Now the program correctly quotes MIN and MAX values for string fields in the table DDL.

8.   Fixed bug that caused the program hang up after right-clicking in the SQL Editor.

9.   Now the program separately formats Date and Time fields instead of formatting them as DateTime fields.

10.   Fixed bug that caused the program hang up when exporting to CSV.

11.   Several minor improvements and bug fixes.


Version 1.4   -   March 5, 2004  

1.   We have added a new tool - Report Designer. It is a powerful tool for designing reports visually.

2.   Now DBISAM Manager supports GUID fields.

3.   We have implemented a possibility to sort data in the query result grid, and in the table data grid.

4.   Now the Query Builder saves the table position when switching to the Edit tab of the window.

5.   Fixed bug with opening encrypted tables in DBISAM v3.

6.   Fixed bug with impossibility to disable the Not Null option for a field.

7.   Fixed bug with impossibility to drop the default value of a field.

8.   Now the program drops the filter settings when selecting another table.

9.   Some small improvements and bug fixes.

Version 1.3   -   December 29, 2003  

1.   We have implemented the DBISAM Server v4 support. Now you can work with your DBISAM 4 server using our powerful tool.

2.   Now you can upgrade your DBISAM tables from version 3 to version 4 using the new Upgrade Tables service.

3.   We have implemented the Backup Tables service. Now you can create backup copies of your database tables using our tool.

4.   Now you can restore backups using the new Restore Tables service.

5.   The Procedure Manager is implemented. Use it to manage DBISAM Server procedures visually.

6.   Now DBISAM Manager allows you to manage DBISAM Server events. We have implemented the Scheduled Event Manager for this purpose.

7.   Improved Data Export and Data Import Wizards. Now you can add charts based on exported data to Excel documents and import data from Excel sheets and XML files.

8.   Fixed bug with saving the TextIndex in the Table Properties dialog.

9.   Fixed bug with editing users in the User Manager.

10.   Some small improvements and bug fixes.
 
Version 1.2   -   July 16, 2003  
 
1. We have added a Japanese localization to the DBISAM Manager installation package. Now three languages are available: English, Russian and Japanese. This list will expand from version to version.  
 
2. Data View: we have added a possibility to set filters for the Grid View. Now you can filter the current data view using drop-down arrows at the right of the column captions.  
 
3. We have added a possibility to view the field values of Graphic and TypedBinary types to the BLOB Viewer/Editor. Now the BLOB Viewer/Editor allows you to view the content of Graphic and TypedBinary fields on the Images tab, put images into such fields from files and save their content to disk as bitmaps.  
 
4. Now you can disable requesting live results when you execute a query in the SQL Editor or Visual Query Builder. If you work with live data and want to protect query results from accidental editing, you should switch off the "Request live results for queries" option, available on the Tools tab of the Environment Options dialog. This option also can be temporarily (within current session) switched on/off by the corresponding item of the Execute button drop-down menu in both SQL Editor and Visual Query Builder.  
 
5. A password for table encryption requires confirmation now. This was made to avoid accidental misprints passwords and later impossibility to open the encrypted table. It is also possible now to decrypt a table by unchecking the "Encrypted with Password" option in the Table Properties dialog.  
 
6. The Print View on the Table Editor Data tab allows you to save the current report as CSV, TXT, RTF or HTML file now.  
 
7. New transaction doesn't start automatically anymore after changing data in the Data View unless the "Start transaction automatically after data is changed" option is checked. You can enable or disable this option on the Tools tab of the Environment Options dialog. This option is off by default.  
 
8. The BLOB field values are extracted to the script as CAST('...' AS MEMO) expression now.  
 
9. Identifiers appearing in the IN (..) clause are parsed correctly by the Visual Query Builder now.  
 
10. Fixed bug with printing boolean values in the Print View.  
 
11. Fixed bug with the incorrect field order in the INSERT statement generated by the Export As Insert dialog.  
 
12. Some small improvements and minor bugfixes.  
 
Version 1.1   -   June 03, 2003  
 
1. Since this version, DBISAM Manager does not create separate sessions per each database connection anymore. Now only one session is used for all databases located on the same host. It's very important if your DBISAM server has a limitation on the number of active connections.  
 
2. The compression and case-sensitivity options are available in the Add/Edit Index dialog now. Both of these options are also represented on the Indices page of Table Editor.  
 
3. We have implemented support of encrypted tables. Now if such table is selected in the DB Explorer, the password dialog pops up instead of the 'Insufficient rights to table' error.  
 
4. Transaction behavior was changed in Data View of Table Editor and SQL Editor. Now transaction doesn't start automatically after the result is selected to prevent table locking. Since this version, new transaction starts only after some changes were made and posted or if the Start Transaction button was pushed manually by the user.  
 
5. Display format for fields of MONEY type was added to the Grid tab of the Environment Options dialog. This field format is available for editing in the Currency Format combo box.  
 
6. Now bookmarks are used when you choose the Print View tab in the Data View. Now the active record stays active before running print preview and after the print preview is finished.  
 
7. The 'Access denied to table' error doesn't occur anymore if you try to change the table structure with the Data tab active in Table Editor. Now table automatically closes before restructuring and opens after it is done.  
 
8. Fixed bug with NOCASE option generated in the index definition by default.  
 
9. The quick filter works properly in the Grid View now.  
 
10. Fixed bug with the 'Insufficient rights to table' error during extracting metadata even if the encrypted table isn't selected for extracting.  
 
11. Fixed bug with creating a log file for import data process in the Import Data Wizard.  
 
12. Some small improvements and corrections.