Class Driver

All Implemented Interfaces:
ScriptellaDriver

public class Driver extends GenericDriver
Scriptella Adapter for Microsoft SQL Server database JDBC driver. This driver looks in classpath for the following drivers(in search order) :
  • Microsoft JDBC Driver for MS SQL Server 2005 - com.microsoft.sqlserver.jdbc.SQLServerDriver
  • Microsoft JDBC Driver for MS SQL Server 2000 - com.microsoft.jdbc.sqlserver.SQLServerDriver
  • jTDS JDBC Driver for Microsoft SQL Server - net.sourceforge.jtds.jdbc.Driver

For configuration details and examples see overview page.

Version:
1.0
Author:
Kirill Volgin