BroadSQL 4.0 - Release Notes


Upgrading from previous releases

1. Replace BroadSQL.bat with most recent version

2. Replace BroadSQL.jar and all files in lib with most recent version

3. In BroadSQL.init add the following lines under section [General]:

;Default Prompt
prompt.text=BroadSQL2>

; Default file name of extracted files
DefaultExtFileName=results.xlsx

; Screen separator
ScreenSeparator=|

; Win Edit Plus
WinEditPlus=

4. Modify all settings that refer to a file path by duplicating the \ in path. Also end path with \\.

For example, replace the following:

c:\\temp

by 

c:\\temp\\

5. Convert all boolean values to lower case (FALSE to false)

 

Known issues

In the INI file, the parameter for Autocommit is erroneously written with a capital C. It should read "Autocommit".