query PARAM tag
Specifies a query to execute upon startup of the JdbcSource applet.
Syntax
<PARAM NAME = "query" VALUE = "querystring">
Values
- querystring
- Specifies an SQL query string to execute upon startup. For example, "select * from employees" would request all data from the "employees" database table.
Usage
The data type is string.
Example
query PARAM tag example
See also
Jdbcsource applet
Executing a database query