Package scriptella.driver.mssql

Microsoft SQL Server Driver Adapter for Scriptella.

See:
          Description

Class Summary
Driver Scriptella Adapter for Microsoft SQL Server database JDBC driver.
 

Package scriptella.driver.mssql Description

Microsoft SQL Server Driver Adapter for Scriptella.

Note: The driver tries to load any available JDBC driver for Microsoft SQL Server. It supports both Microsoft and JTDS JDBC drivers.

General information

Driver class:scriptella.driver.mssql.Driver
URL:The same as used by the underlying JDBC driver
Runtime dependencies: Any driver from the following list:

Driver Specific Properties

Name Description Required

Examples

    <connection id="c1" driver="mssql" url="jdbc:sqlserver://localhost;database=test" user="username" password="password">
    </connection>
    <connection id="c2" driver="mssql" url="jdbc:jtds:sqlserver://host/test" user="username" password="password">
    </connection>



Copyright © Copyright 2006-2009 The Scriptella Project Team.