jtds-1.1-src

所属分类:Java编程
开发工具:Java
文件大小:3356KB
下载次数:22
上传日期:2005-08-27 13:00:10
上 传 者gundan0079
说明:  第三方的SQL Server and Sybase的jdbc dirver,速度更快,支持回滚(ms 原版不支持)。 Open source JDBC 3.0 Type 4 driver for Microsoft SQL Server (6.5, 7.0, 2000 and 2005) and Sybase. jTDS is the fastest JDBC driver for MS SQL Server and is a complete implementation of the JDBC spec.
(third-party SQL Server and Sybase jdbc dirver, faster, support undoes (ms do not support the original). Open source 3.0 Type 4 JDBC driver for Microsoft SQL Server (6.5, 7.0, 2000 and 2005) and Sybase. JTDS is the fastest JDBC driver for MS SQL Server and is a complete implementation of the JDBC spec.)

文件列表:
build.bat (766, 2005-06-16)
build.sh (218, 2005-06-16)
build.xml (4462, 2005-06-16)
build_1.3.xml (4879, 2005-06-16)
CHANGELOG (147042, 2005-06-16)
conf (0, 2005-06-16)
conf\connection.properties.tmpl (450, 2005-06-16)
conf\jtds-ds.xml (1359, 2005-06-16)
conf\jtds-xa-ds.xml (2228, 2005-06-16)
doc (0, 2005-06-16)
doc\allclasses-frame.html (12542, 2005-06-16)
doc\deprecated-list.html (4482, 2005-06-16)
doc\help-doc.html (7962, 2005-06-16)
doc\index-all.html (902561, 2005-06-16)
doc\index.html (735, 2005-06-16)
doc\net (0, 2005-06-16)
doc\net\sourceforge (0, 2005-06-16)
doc\net\sourceforge\jtds (0, 2005-06-16)
doc\net\sourceforge\jtds\jdbc (0, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx (0, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\class-use (0, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\class-use\JtdsDataSource.html (8092, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\class-use\JtdsObjectFactory.html (4632, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\class-use\JtdsXAConnection.html (8091, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\class-use\JtdsXAResource.html (4611, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\class-use\JtdsXid.html (4562, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\class-use\PooledConnection.html (8710, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\JtdsDataSource.html (73296, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\JtdsObjectFactory.html (9659, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\JtdsXAConnection.html (17200, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\JtdsXAResource.html (20247, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\JtdsXid.html (17532, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\package-frame.html (1176, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\package-summary.html (6026, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\package-tree.html (5997, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\package-use.html (7249, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\PooledConnection.html (15546, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\proxy (0, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\proxy\CallableStatementProxy.html (116234, 2005-06-16)
doc\net\sourceforge\jtds\jdbcx\proxy\class-use (0, 2005-06-16)
... ...

Introduction ============ jTDS is Free Software. jTDS is released under the terms of the GNU Lesser General Public License. A copy of the LGPL is provided in the LICENSE file. The LGPL is sufficiently flexible to allow the use of jTDS in both open source and commercial projects. This document has been superseded by the HTML documentation that can be found in the html directory. However, since it still contains pertinent information it has been left in place. If you are a first time user please read this document and the HTML FAQ before proceeding. It's also recommended that you also read at least part of the HTML documentation. License ======= jTDS is released under the terms of the LGPL. A copy of the LGPL is provided in the LICENSE file. Thanks ====== jTDS is based on software written by the FreeTDS project that can be found at http://www.freetds.org/. Much kudos goes to the developers of that software. Lots of thanks go to SourceForge.net, who in a big part made possible the very existence of jTDS. Status ====== Production, Stable. Stable for concurrent usage (Connections are multithread-safe, Statements are completely independent). Full support is provided for forward-only and scrollable/updateable ResultSets, PreparedStatements, and CallableStatements. A DataSource, a ConnectionPoolDataSource and an experimental XADataSource implementation are also provided. All of these are implemented by class net.sourceforge.jtds.jdbcx.JtdsDataSource. Meta data information is 99.99% complete and accurate (both ResultSetMetaData and DatabaseMetaData). ParameterMetaData support is partial, some methods return the same value (which is acceptable, according to the JDBC spec). jTDS is used in a number of commercial applications. It has been tested with and is actually recommended as the driver to use for MS SQL Server by pretty much all open source AND commercial database management tools: o iSQL-Viewer (http://isql.sourceforge.net) o SQL Workbench/J (http://www.sql-workbench.net) o SQuirreL SQL Client (http://squirrel-sql.sourceforge.net) o Db-Visualizer (http://www.minq.se/products/dbvis/index.html) o SQL Developer (http://sqldeveloper.solyp.com, really nice tool). o Artiso Visual Case (http://www.visualcase.com) There are quite a few database management tools that come bundled together with jTDS: o DataDino (http://www.datadino.com/) o DBInspect (http://www.dbinspect.com/) o Aqua Data Studio (http://www.aquafold.com/) o DB Viewer (http://victorpendleton.net/products/dbviewer.html) For more information about jTDS check out the project's homepage (http://jtds.sourceforge.net/). URL Format ========== Please see the FAQ page for a more detailed explanation of the URL format and the supported URL properties. To Do ===== 1. Locator-based Blob/Clob implementation. 2. Minor features, such as failover support. Contacts ======== jTDS homepage: http://jtds.sourceforge.net/ SourceForge project info: http://sourceforge.net/projects/jtds/ Unit Tests ========== These are the steps you should follow to run the JUnit tests provided with jTDS (they are included in the source package, along with some reverse-engineering tools): 1. Duplicate conf/connection.properties.tmpl as conf/connection.properties. 2. Modify conf/connection.properties to point to your server/database, and put in your username and password. Most of the tests use only temporary tables, so almost any user should do (there are a few tests that need to create permanent tables but they also delete them so you should not end up with garbage in your database). 3. Set the JAVA_HOME system property to point to your Java installation location. 4. In a command prompt, type: build test This will run a series of JUnit tests on your database. All tests should pass normally. If any of them fails, please let us know about it (along with the particular system configuration you were using).

近期下载者

相关文件


收藏者