|
turboimage limits
The objective of this enhancement is to raise the limits on number
of items, sets and master paths in a TurboIMAGE database to these
values:
Number of items: 1200
Number of sets per database: 240
Number of paths for master : 64
All new databases created will have the benefit of increased limits.
The new limits will not be applicable for old databases created
under previous versions of TurboImage/iX. However, these databases
will continue to function with the old limits and applications will
be compatible.
ansi “AS” clause in allbase/sql
Until now, ALLBASE/SQL did not support column aliases in SELECT
statement. Therefore, when there is an expression in the select
list, the result is returned with a heading as "(EXPR)", when there
is a constant, the heading is "(CONST)" and so on. This enhancement
builds support for AS clause in SELECT statements to help the user
to give a more meaningful name to the column headings. The alias
name specified would be returned as the column heading in the result.
|