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>
|