Improved error handling was added to table select,
table modify, and table creation functions. The
ability to change table column names was added. A
link to insert rows on the table properties page
was added. The function, procedure, and view
modification functions were updated to
automatically switch the defintion to ALTER
instead of CREATE.
Support for parsing the system DSN list on Windows
was added. A table modification error display
problem was fixed. Better error handling and
display were added to the column addition
function. A trigger function was added to the
mobile version.
This is a mid-level feature release which
introduces the capability to create and manage
triggers. Triggers are accessible by either right
clicking on the table in the menu or selecting the
link for each table on the database properties
page. Exclusions for the display of system
accounts were also added on the user management
page.
This release introduced the ability to create and manage user defined functions. As with stored procedures and views, you can access functions from the database context menu (right click) or by scrolling to the bottom of the database properties page.
Fixes a mis-linked table creation bug. Fixes a bug where you could insert rows into tables without a specific schema. Fixes a logic bug in the function library. Adds the ability to add new stored procedures and views.