Package scriptella.driver.sybase
package scriptella.driver.sybase
Scriptella Driver Adapter for Sybase ASE and ASA.
Note: The driver tries to load any of the known JDBC drivers in the following order:
- jdbc3,jdbc2 or jdbc driver from Sybase.
- JTDS driver
See Overview of JDBC package for a description of common features and connection properties.
General information
| Driver class: | scriptella.driver.sybase.Driver |
| URL: | Same as for Sybase JDBC Driver. |
| Runtime dependencies: | jconn3.jar
or jtds-VERSION.jar.
|
Driver Specific Properties
| Name | Description | Required |
|---|
Examples
<connection driver="sybase" url="jdbc:sybase:Tds:localhost:2638/tst" user="username" password="password">
</connection>
-
Classes