DBMaker Version 4.14
DBMaker 4.14 provides some enhancements and resolves some issues that
have not been addressed in previous releases.
Issues Resolved:
- Now DDB can serve up to 256 clients
- On HP the max number of connections will be rounded to multiple of 80
- Provide ROUND2 built-in UDF with two arguments
- Implement Connection.setReadOnly JDBC API
- Now EXCEL XP can "Import external data" from DBMaker
- Fix some complex queries causing "invalid column name" error
- Fix some issues for multi-thread client applications
- Unloading non-existing tables will report error
- Fix wrong resultset while using aggregate functions with "select...for update"
- Fix SQLGetInfo with SQL_OJ_CAPABILITIES and SQL_EXPRESSIONS_IN_ORDERBY
- Space in varchar columns will be trimmed after "select into" other table
- In DCI , fix "open table" returning internal error when another connection
drops this table
- Fix SELECT CONSTANT with ORDER BY returning wrong results