Title: JAT
Description: This class implements a database access through JDBC.
Configuration:
In the data source name section put the following parameters:
Example:
[myDataSourceName]
driver = sun.jdbc.odbc.JdbcOdbcDriver
url = jdbc:odbc:MyDatabase
query1.name = myQueryName
query1.value = select * from dual
Copyright: Copyright (c) 2004 -2005 Stefano Fratini (stefano.fratini@gmail.com)
Distributed under the terms of the GNU Lesser General Public License, v2.1 or later
author: stf version: 1.2 since: 1.2 See Also: com.jat.integration.DataSource See Also: com.jat.integration.db.GenericDatabaseDataSource |