<APPLET NAME="shoeQuery" CODEBASE="..\..\.." CODE="lotus.jdbc.JdbcSource" WIDTH=1 HEIGHT=1>
<PARAM NAME="database" VALUE="jdbc:dbaw://dpp:8889/Sybase_SQLANY/PQueryData/PQueryData">
<PARAM NAME="user" VALUE="dba">
<PARAM NAME="password" VALUE="sql>
<PARAM NAME="allowUI" VALUE="false">
<PARAM NAME="autoConnect" VALUE="true">
<PARAM NAME="autoExecute" VALUE="false">
<PARAM NAME="retrievals" VALUE="shoeQueryResult">
</APPLET>
Within the APPLET tag, the various attributes do the following:
Each PARAM tag for the JdbcSource applet lets you set specific applet configuration options. The option is specified by the NAME attribute and the option value is specified with the VALUE attribute.
Note: Remember that a query in the list of query names isn't processed until its query trigger is set on the InfoBus. The query trigger is a boolean value whose name is the name of the query with "_trigger" appended. See the "Writing the run_query script" topic for more information on setting up this trigger.