Sha256: 742518858d3c80d39cca8f98dca8dd8cedb79d700fa6a52a382f0c3cf4e94b97

Contents?: true

Size: 992 Bytes

Versions: 3

Compression:

Stored size: 992 Bytes

Contents

# jdbc-jtds

jTDS - SQL Server and Sybase JDBC driver gem for JRuby

Open source JDBC 3.0 type 4 driver for Microsoft SQL Server (6.5 up to 2012) and Sybase ASE. 
jTDS is a complete implementation of the JDBC 3.0 spec and the fastest JDBC driver for MS SQL Server. 

For more information see http://jtds.sourceforge.net/

## Usage

To make the driver (Java class) accessible to JDBC and ActiveRecord code running in JRuby :

    require 'jdbc/jtds'
    Jdbc::JDTS.load_driver

For backwards compatibility with older (**1.2.5**) versions of the gem use :

    require 'jdbc/jtds'
    Jdbc::JDTS.load_driver(:require) if Jdbc::JDTS.respond_to?(:load_driver)

NOTE: jTDS **1.3.0** requires Java 7 or newer, if you're on older Java please use **1.2.x**.

## Copyright

Copyright (c) 2012 [The JRuby Team](https://github.com/jruby).

jTDS is made available under the terms of the GNU Lesser General Public License, 
see *LICENSE.txt* and http://jtds.sourceforge.net/license.html for more details.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jdbc-jtds-1.2.8 README.md
jdbc-jtds-1.3.0.1 README.md
jdbc-jtds-1.2.7 README.md