Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Database/JDBC/SQL/JDO/Hibernate » MS SQL  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:jTDS JDBC Driver 1.2 released (for M$ SQL Server) [Re:why]
renfei101





发贴: 1
积分: 0
于 2005-11-22 21:01 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
why wrote:
http://sourceforge.net/projects/jtds/

Overview

jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for
Microsoft SQL Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12).
jTDS is based on the work of the FreeTDS project and is currently the
fastest production-ready JDBC driver for SQL Server and Sybase.
jTDS is 100% JDBC 3.0 compatible, supporting forward-only
and scrollable/updateable ResultSets, concurrent (completely
independent) Statements and implementing all of the DatabaseMetaData
and ResultSetMetaData methods. Check out the feature matrix for more details.


http://sourceforge.net/project/shownotes.php?release_id=299683
Release Name: 1.0

Notes:
The jTDS Project has released version 1.0 of the jTDS JDBC driver for
SQL Server and Sybase. After 3 1/2 years of development, 21 releases
and 100K downloads, jTDS is finally considered stable enough and JDBC
feature complete to grant the first official production release.

All important bugs fixed, jTDS is still the most performant JDBC driver for
SQL Server and Sybase. It passes the J2EE 1.3 certification and Hibernate
test suites and is the preferred SQL Server/Sybase driver for JBoss,
Hibernate, Atlassian JIRA and Confluence, DbVisualizer and ComPiere.

New features:
o Single Sign On (Windows authentication using the logged user's credentials)
o SSL secure communication support
o Local named pipes (greatly improved local communication speed)
o Paged fetching for cursor based ResultSets



jTDS is THE JDBC driver for SQL Server. Open source, faster than any
other SQL Server driver and with a full implementation of the JDBC 2.1 spec.

jTDS JDBC Driver 0.8-rc1 released

The 0.8-rc1 release comes with three major changes. From a functional
point of view the release is centered around one major improvement:
the new semantically correct Connection implementation, using a single
physical connection (as opposed to previous releases, which used multiple
physical connections to achieve Statement concurrency at the cost of
correctness and possible deadlocking). Thanks to this one change 0.8-rc1
is the first jTDS release to pass the Hibernate test suite and to actually
be a complete and correct JDBC implementation.

The two other areas where major changes took place are documentation
and licensing. The documentation has been greatly improved both in the
source package and online (the site and the documentation included in
the source package are actually the same). Also, starting with 0.8-rc1
jTDS is licensed under the LGPL. We have decided to do this in order to
give jTDS a greater chance to grow in the future, but also to prevent it
from becoming a launchpad for new commercial drivers.

New features:

o Correct Connection implementation, using a single physical connection.
o SQLExceptions thrown by jTDS now have associated SQL state values.
o Improved performance (no kidding).
o Closer to complete Blob/Clob support (there are still some memory issues).

Bugfixes:

o Scrollable/updateable ResultSets did not work with PreparedStatements.
o macAddress and lastUpdateCount parameters work.
o executeBatch() now works with empty batches too.
o Bug #887508 (getObject() returns Integer-Object on Types.SMALLINT) fixed.
o Bug #924030 (EscapeProcessor problem with "{}" brackets) fixed.
o SELECT FOR BROWSE returned an extra column.


0.8 released (2004-06-21)
Notes:
The 0.8 release corrects a number of bugs reported against 0.8-rc1, and adds several more JDBC 3 features.

New features:
o Support for passing parameters to stored procedures by name.
o Support for Types.BOOLEAN.
o Initial Savepoint implementation
o Support for streaming Blob/Clob writes.
o Added initial (limited) ParameterMetaData support.
o initCause() is now called for SQLExceptions under 1.4+ JVMs.


0.8.1 released (2004-07-07)
Notes:
The 0.8.1 release primarily corrects a deployment problem with 0.8 in JREs prior to 1.4.




话题树型展开
人气 标题 作者 字数 发贴时间
34401 jTDS JDBC Driver 1.2 released (for M$ SQL Server) why 4129 2004-03-31 12:28
28938 Re:jTDS JDBC Driver 0.8-rc1 released (for M$ SQL Server) boyard 42 2004-06-01 09:41
28848 Re:jTDS JDBC Driver 1.0.2 released (for M$ SQL Server) huajiazhou 68 2005-04-09 23:18
28555 Re:jTDS JDBC Driver 1.0.3 released (for M$ SQL Server) why 1168 2005-06-02 13:02
28587 Re:jTDS JDBC Driver 1.0.3 released (for M$ SQL Server) mazalet 31 2005-07-05 15:49
28360 Re:jTDS JDBC Driver 1.1 released (for M$ SQL Server) why 1743 2005-07-05 21:02
28064 Re:jTDS JDBC Driver 1.2 released (for M$ SQL Server) why 872 2005-11-09 20:48
28772 Re:jTDS JDBC Driver 1.2 released (for M$ SQL Server) renfei101 4165 2005-11-22 21:01
28843 Re:jTDS JDBC Driver 0.9-rc1 released (for M$ SQL Server) why 756 2004-08-13 10:35
28766 Re:jTDS JDBC Driver 0.9-rc2 released (for M$ SQL Server) why 494 2004-09-07 03:03
29066 Re:jTDS JDBC Driver 0.9-rc2 released (for M$ SQL Server) luckbird888 79 2004-09-16 18:20
28735 Re:jTDS JDBC Driver 0.9-rc2 released (for M$ SQL Server) mmwy 171 2004-10-09 08:32
28744 Re:jTDS JDBC Driver 0.9-rc2 released (for M$ SQL Server) flyingis 165 2005-07-13 18:44
28832 Re:jTDS JDBC Driver 0.9 released (for M$ SQL Server) why 749 2004-10-09 02:00
28599 Re:jTDS JDBC Driver 1.0.2 released (for M$ SQL Server) why 3927 2005-04-08 10:23
28765 Re:jTDS JDBC Driver 1.0.2 released (for M$ SQL Server) huajiazhou 41 2005-04-08 21:00
28559 Re:jTDS JDBC Driver 1.0.2 released (for M$ SQL Server) why 236 2005-04-08 22:58
28672 Re:jTDS JDBC Driver 1.0.2 released (for M$ SQL Server) huajiazhou 20 2005-04-09 13:05
28929 Re:jTDS JDBC Driver 1.0.2 released (for M$ SQL Server) huajiazhou 1233 2005-04-09 14:49
28592 Re:jTDS JDBC Driver 1.0.2 released (for M$ SQL Server) why 214 2005-04-09 20:16

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923