Database Toolbox Major Bug Fixes
This document describes major bug fixes in this release.
Click on a problem area listed below to read how it has been fixed.
Operations Now Work When Field Names Contain SQL Statement Terminology
Problems with insert Function Are Fixed
Operations Now Work When Field Names Contain SQL Statement Terminology
In previous versions, if a field name contained valid terminology for an SQL
statement, the operation would be unsuccessful. For example, retrieving
data from a field called STATUS_UPDATE
was not successful because
UPDATE
is an SQL command. This has been fixed.
Problems with insert Function Are Fixed
In Version 2.2.1, there were problems with the insert
function. Specifically, some date strings were not retrieved correctly, and
unclear error messages were displayed when inserting an incorrect data
type. These problems have been fixed, although performance may be slower as
a result.