FirstSQL/J V2.70 available
| David Morse 28 Feb 2004 20:37 GMT | Page rating:  |
FirstSQL® Releases FirstSQL/JT Version 2.70 with Enhancements for J2EET
Support.
FirstSQL/J Version 2.70 is now available for download. The primary emphasis
for new features in 2.70 is for J2EE Application Servers like JBoss. It is
important to note that, as a result of our success, two partner companies
have agreed to bundle the full FirstSQL/J Enterprise Server v2.70 for
evaluation with their J2EE distributed transaction products.
* Scrollable Result Sets -- the JDBC driver now supports scrollable result
sets, using TYPE_SCROLL_INSENSITIVE. All result sets built with the
statement will be scrollable.
* Auto Commit -- the JDBC driver supports auto-commit mode (default is On).
In addition, when you build a database you can configure Auto Commit On/Off
at the database or connection level. In auto-commit On mode, each SQL
command is executed in a separate transaction. setAutoCommit() in
java.sql.Connection is fully supported. The default auto-commit mode is
determined by an option in the physical database -- auto.commit=on or
auto.commit=off.
For compatibility, auto-commit defaults to off for existing physical
databases. This can be changed with Maint or MaintGui. Any physical database
built with Version 2.70 will have auto-commit set to on.
* Two new Transaction Isolation Modes -- the Enterprise Server now supports
the standard 4 transaction isolation modes.
Read-committed and repeatable-read
are added to the previously supported
read-uncommitted and serializable modes.
The transaction isolation mode can be set for a connection using
setTransactionIsolation() in java.sql.Connection. The default transaction
isolation mode for the server is set with the startup property --
transaction.isolation=. transaction.isolation= takes 'read.uncommitted',
'read.committed', 'repeatable.read' and 'serializable' as values. In 2.70,
if transaction.isolation= is not specified at startup, 'repeatable.read' is
used as the default.
* Removed server dependency on extension jar files for XA processing(xa=on)
with JDK 1.2 and JDK 1.3. Starting up the server with xa=on no longer
requires the JDBC 2.0 Standard Extension jar or J2EE jar on the classpath.
These jars still may be required for client application use of javax.sql.*
interfaces.
* New startup shell script for J2EE -- StartupJ2EE. This script specifies
default startup properties for J2EE, xa=on and
transaction.isolation=read.committed.
* Previously undocumented connection property -- session=, specified in
client documentation under "JDBC Support". session= specifies name for
session in the server log.
* Maximum Query Rows - New toggles for Ijdbc Utility (new Ijdbc Version
1.09):
- -a -- AutoCommit off
- -x nnn -- Maximum query rows.
* Documentation Improvements (doc subdirectory): Full HTML documentation
with Table of Contents linked to contents. This makes access to subjects and
features easier and allows printing of full documentation.
* Fixes to Reported Bugs since v2.60.
Download FirstSQL/J v2.70 today from the FirstSQL Download section.
No comments at this time. Why not be the first?