`
aimer311
  • 浏览: 96470 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
社区版块
存档分类
最新评论
阅读更多

 Home | FAQ | Documentation | Links | License | Project Info | Download | News | Bugs | Forums

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 FreeTDS 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 the DatabaseMetaData and ResultSetMetaData methods. Check out the feature matrix for more details.

Quite a few of the commercial JDBC drivers out there are based on jTDS (or FreeTDS), even if they no longer acknowledge this. jTDS has been tested with virtually all JDBC-based database management tools and is the driver of choice for most of these (recommended for DbVisualizer and SQuirreL SQL, distributed with Aqua Data Studio and DataDino). jTDS is also becoming a common choice for enterprise-level applications: it passes both the J2EE 1.3 certification and Hibernate test suites, and is recommended for JBoss, Hibernate, Atlassian JIRA and Confluence and Compiere.

Getting Started

Being a type 4 driver, jTDS does not need any special installation. Just drop the jar file into your application's classpath and you're done. All you need to know is the name of the Driver and DataSource implementations and the URL format and you're all set. You can get these and a lot more information from the Frequently Asked Questions page. For features needing native libraries such as XA support or Single-Sign-On consult the specific README files.

Why use jTDS?

jTDS is free software. jTDS is released under the terms of the GNU LGPL, giving you not only the posibility to debug and tweak it to your own liking but also to use it in and distribute it with your free or commercial applications.

The other "free" choices, the JDBC-ODBC bridge and Microsoft's own JDBC driver are not actually free. If you encounter an issue with any of them you won't be able to fix it yourself and response times from both Microsoft and Sun are anything but short. Also, both of them lack functionality (the Microsoft driver implements JDBC 2.0, while the bridge is just a JDBC 1.0 implementation) and have serious stability problems: the bridge crashes the JVM if the ODBC driver has any problem and Microsoft just has no intention of really supporting Java/JDBC.

jTDS is also the most performant JDBC driver for both SQL Server and Sybase. We have an older benchmark result but we strongly encourage you to download any benchmark published by commercial JDBC driver vendors and see for yourself. Here are a couple of benchmarks you could use: JNetDirect's JDBC Performance Benchmark and i-net Software's BenchTest 2.1 for MS SQL Server.

Anyway, just give it a spin. Get the latest one from here and see whether you like it or not.

Support

Following a number of requests we have decided to offer commercial technical support for interested parties. For the moment you can get official technical support from individual developers of jTDS; contact any of us and we'll be happy to provide you with our tech support terms and conditions. Of course, we will keep offering support on our SourceForge forums just as we did until now; we are only trying to encourage adoption of jTDS, not make a fortune out of it.
 
  
Project hosted by


 WebRing member

An Open Source Java Ring
[ ... Back | Join Now | Forum | Featured Sites | Forward ... ]
Free Javascript
 
 
 
 Web Design

Anca Sinpalean 
 

分享到:
评论

相关推荐

    jtds的驱动包

    5. **README.SSL**: SSL(Secure Sockets Layer)是用于加密网络通信的协议,README.SSL可能提供了关于如何配置JTDs以支持SSL连接的详细信息。 6. **README.SSO**: SSO(Single Sign-On)单点登录,此文件可能描述...

    jtds1.3.1最新版本

    《jtds1.3.1:连接SQL Server的高效JDBC驱动详解》 在Java应用程序与Microsoft SQL Server数据库交互时,JDBC驱动扮演着至关重要的角色。jTDS是其中一个广泛使用的开源JDBC驱动,它专为SQL Server设计,提供了高效...

    jtds驱动包 net.sourceforge.jtds.jdbc.Driver

    《jtds驱动包 net.sourceforge.jtds.jdbc.Driver详解》 在Java编程中,数据库连接是不可或缺的一部分。当涉及到与Microsoft SQL Server或Sybase数据库进行交互时,`jtds`驱动包扮演了至关重要的角色。`...

    JTDS连接SQLSERVER、Sybase数据库

    JTDS(Java Thin Database Driver for SQL Server and Sybase)是一个开源的JDBC驱动程序,它允许Java应用程序连接到Microsoft SQL Server和Sybase ASE(Adaptive Server Enterprise)数据库。这篇博客文章“JTDS...

    jtds-1.3.1.jar包, kettle连接

    标题中的“jtds-1.3.1.jar包,kettle连接”指的是在Kettle数据集成工具中,为了能够连接到SQL Server数据库,需要使用名为jtds的Java数据库连接器(JDBC驱动),其具体版本为1.3.1。jtds是一个开源的JDBC驱动程序,...

    jtds驱动下载(官网的)

    **JTDs驱动详解** JTDs是一款开源的Java类型驱动程序,专为连接到Microsoft SQL Server和Sybase Adaptive Server Anywhere数据库而设计。这款驱动以其高效、小巧和跨平台的特性,在Java开发者中广受欢迎。JTDs的...

    jtds-1.2.jar、jtds-1.2.2.jar、jtds-1.2.5.jar、jtds-1.2.7.jar、jtds-1.3.1.jar驱动

    标题中的“jtds-1.2.jar、jtds-1.2.2.jar、jtds-1.2.5.jar、jtds-1.2.7.jar、jtds-1.3.1.jar驱动”指的是用于连接SQL Server数据库的JDBC驱动程序的多个版本。jTDS是一个开源的Java类型4 JDBC驱动,它专门设计用于与...

    sqlserver驱动包 jtds-1.3.1.jar

    《SQLServer驱动包jtds-1.3.1.jar详解》 在数据库连接的世界里,SQL Server作为一款广泛使用的数据库管理系统,其高效稳定性和强大的功能深受开发者的喜爱。为了与Java应用程序进行交互,通常我们需要依赖数据库...

    jtds-1.2.2.jar

    标题中的"jtds-1.2.2.jar"是一个特定版本的JDBC驱动程序,由Java Thin Database Server (JTDs)项目提供。JTDs是一个开源的、轻量级的 JDBC 驱动,它允许Java应用程序通过标准的JDBC API连接到Microsoft SQL Server和...

    JTDS和JDBC连接Sybase数据库

    而“工具”可能指的是JTDS作为一个工具类库在开发过程中的作用,或者是关于如何配置和使用这个工具的一些指南。 在提供的压缩包文件中,"jconn3.jar"是另一个JDBC驱动,它是Sybase官方提供的JDBC驱动,名为JConnect...

    java jtds连接数据库

    Java JTDs 连接数据库是一种使用Java编程语言与多种数据库进行交互的方式,特别是针对Microsoft SQL Server和Sybase Adaptive Server。JTDs(Java Thin Database Driver)是一个开源的 JDBC 驱动程序,它提供了轻量...

    JTDS连接数据库分享.rar

    JTDS(Java Thin Database Driver for SQL Server)是一种开源的JDBC驱动程序,专门用于与Microsoft SQL Server和Sybase ASE数据库进行交互。这个压缩包“JTDS连接数据库分享.rar”包含了几个关键组件,可以帮助用户...

    jtds-1.2.6jar包

    5. **README.SSL**:关于SSL(Secure Sockets Layer,安全套接层)的说明,可能解释如何配置jTDS以支持加密的数据库连接。 6. **README.SSO**:单点登录(Single Sign-On,SSO)的配置指南,可能介绍了如何使用jTDS...

    java连接池jtds连接数据库

    在Java中,有许多库可以实现连接池功能,如C3P0、DBCP、HikariCP以及我们今天要讨论的jTDS。 jTDS是一个开源的Java驱动程序,专门用于连接Microsoft SQL Server和Sybase数据库。它实现了JDBC API,使得Java开发者...

    jtds 驱动包(jar)

    标题"jtds 驱动包(jar)"指的是jtds驱动程序的Java Archive (JAR)文件。jTDS是一个开源的Java类型数据库驱动(JDBC driver),专为Microsoft SQL Server和Sybase数据库设计。这里的“jar”是Java应用程序的打包格式,...

    jtds-1.2.7 文件

    《jtds-1.2.7在Android移动开发中的应用详解》 jtds-1.2.7是一款专为Java开发者设计的轻量级数据库连接驱动,尤其适用于Android应用程序开发。该驱动程序是开源的,提供对SQL Server和Sybase数据库的高效、稳定的...

    jtds.jar jtds.jar

    jtds.jarjtds.jarjtds.jarjtds.jarjtds.jarjtds.jarjtds.jarjtds.jar

    jtds JDBC连接驱动

    **JDBC连接驱动详解——以jtds为例** 在Java应用程序中,JDBC(Java Database Connectivity)是连接数据库的标准接口,允许Java程序与各种不同类型的数据库进行交互。JDBC驱动程序是实现这些接口的Java类库,它们...

    jtds 1.2.2

    《JTDs 1.2.2:连接SQL Server的高效驱动详解》 在Java编程领域,数据库连接是不可或缺的一部分,而JDBC(Java Database Connectivity)则是Java与各种数据库进行交互的标准接口。然而,尽管JDBC提供了通用性,但在...

    jtds-1.3.1-API文档-中文版.zip

    赠送jar包:jtds-1.3.1.jar; 赠送原API文档:jtds-1.3.1-javadoc.jar; 赠送源代码:jtds-1.3.1-sources.jar; 赠送Maven依赖信息文件:jtds-1.3.1.pom; 包含翻译后的API文档:jtds-1.3.1-javadoc-API文档-中文...

Global site tag (gtag.js) - Google Analytics