5. New Features of Altibase Version 7.1.0.0.7#
This chapter introduces new features avaiable for Altibase version 7.1.0.0.7.
Improved Features#
PDO Driver#
Altibase PDO driver has been added to work with Altibase in PHP applicaiton.
Please refer to the manual below for more information.
- API User's Manual> Chapter 2. PDO Driver
SQuirreL SQL Client#
SquirreL SQL client, an open source product for DB object browsing and SQL execution, can be used in conjuction with Altibase.
Please refer to the manual below for more information.
- Altibase 3rd Party Connector Guide
UTL_SMTP Package#
The UTL_SMTP storage package that performs the SMTP protocl has been added so that EMAIL can be used.
Please refer to the manual below for more information.
- Stored Procedures Manual > Chapter 13. Altibase Storage Package
Others#
Using a FOR clauses with FETCH in Embedded SQL Statements#
FOR clauses can be used with "FETCH" when using host array in embedded SQL statements.
Please refer to the manual below for more information.
- Precompiler User's Manual > Chapter 9 Using Arrays in Embedded SQL Statements> FOR Clause
Performance Properties#
Performance related properties have been added as below.
-
DELAYED_FLUSH_LIST_PCT: Specifies the maximum rate of the Delayed flush list.
-
DELAYED_FLUSH_PROTECTION_TIME_MSEC: This is the reference time for determining the last used page. If the last used time is below the set value, it is judged to be the last used page.
Please refer to the manual below for more information.
- General Reference > Chapter 2. Altibase Properties> Performance Properties