BBJSP SQL:Query Tag (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this tag can be used in a BBJSP Page to execute an SQL query.
Attributes
Attribute Name |
Description |
Required |
Expression |
Data Type |
---|---|---|---|---|
datasource |
The name of the database. |
false |
false |
String |
recs |
The number of records to load. |
false |
true |
int |
sql |
The SQL query statement |
true |
true |
String |
template |
The name-bound variable to use to store the record template. |
false |
false |
String |
var |
The name-bound variable to use to store the results |
true |
false |
String |
Remarks
None.
Example
|
See Also
SQLTags