<event> The <event> element contains all the rows to be added to the database table. <block> Each row in the database table is represented by a <block> element. <field> Each column in a table row is represented by a <field> element.
• The name attribute represents the column (column_1, column_2, etc.). The attribute value must be the same as the column name in the database.Select Java.Select JDBCOutConnector. When you click the button attached to this field, all available Java output connector classes are displayed. To activate the JDBC output connector settings you must select the java class JDBCOutConnector.
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 32 INSERT INTO myTable *
Example 33 INSERT INTO myTable *
OpenText StreamServe 5.6 | Updated: 2013-03-01 |