Select Java.Select JDBCInConnector. When you click the button attached to this field, all available Java input connector classes are displayed. To activate the JDBC input connector settings you must select the java class JDBCInConnector.
sun.jdbc.odbc.JdbcOdbcDriver com.streamserve.www.jdbc.sqlserver.SQLServerDriver com.streamserve.www.jdbc.oracle.OracleDriver com.streamserve.www.jdbc.db2.DB2DriverYou can create an SQL file where you enter the query to submit to the database. This query overrides any query specified in the SQL command field described below.If you use the SQL file option to specify the query, you can create more complex queries using several lines of statements.
Example 30 SELECT *FROM CustomerDataWHERE CustNo>200
Example 31 SELECT * FROM CustomerData WHERE CustNo>200
C:\resources\SXD\JDBCretrieve.sxdSee Creating an SXD file for more information.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |