See: Description
| Class | Description |
|---|---|
| Driver |
Scriptella Adapter for Microsoft SQL Server database JDBC driver.
|
See Overview of JDBC package for a description of common features and connection properties.
Note: The driver tries to load any available JDBC driver for Microsoft SQL Server. It supports both Microsoft and JTDS JDBC drivers.
| Driver class: | scriptella.driver.mssql.Driver |
| URL: | The same as used by the underlying JDBC driver |
| Runtime dependencies: | Any driver from the following list:
|
| Name | Description | Required |
|---|
<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-2019 The Scriptella Project Team.