autoexecute PARAM tag
Specifies whether to automatically execute a query at applet startup time.
Syntax
<PARAM NAME = "autoexecute" VALUE = "executeStatus">
Values
- executeStatus
- Specifies whether to automatically execute a query at applet startup time. The values are "True" to automatically execute the query at startup and "False" to disable the ability to autoexecute. The default value is False.
Usage
The data type is Boolean.
Example
autoexecute PARAM tag example
See also
JdbcSource applet
query PARAM tag
retrievals PARAM tag
Executing a database query