RapTier 1.2 Released
22 July 2003, RapTier 1.2 has been released.
The tool includes a number of new features,
including improved support for Oracle, enhanced support of databases with
multiple schemas, extended templates, plus enhancements to the development environment.
The release also fixes a few reported bugs.
New features:
- Support of multi-schema databases
- Improved SQL code generation:
RapTier 1.1: "[TableName]";
RapTier 1.2: "[Schema].[TableName]" or "Schema.TableName"
- Added warning and info messages that provide more detailed information about
the results of code generation.
- Generation of the protected "Database" property for all TableName_Base
classes
- A few user interface enhancements
Bug fixes:
- The correct recognition of the variable length data types (VARCHAR,
VARNCHAR, etc) for any OleDB data provider.
- Generation of valid SQL syntax for Oracle databases
- Other minor UI and template bug fixes
Read more about RapTier:
|