All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scriptella.driver.as400.package.html Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version

AS/400 Driver Adapter for Scriptella.

General information

Driver class:scriptella.driver.as400.Driver
URL:Same as for AS400 JDBC Driver.
Runtime dependencies: jt400.jar

Driver Specific Properties

Name Description Required

Examples

    <connection id="c1" driver="as400" url="jdbc:as400://your_server;naming=system;translate binary=true" user="username" password="password" classpath="lib_dir/jt400.jar">
    </connection>

or using autodiscovery feature:

    <connection id="c1" url="jdbc:as400://your_server;naming=system;translate binary=true" user="username" password="password" classpath="lib_dir/jt400.jar">
    </connection>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy