1.

List Some Jstl Sql Tags?

Answer»
  1. sql:setDataSource: It is used for creating a simple data source SUITABLE only for prototyping.
  2. sql:QUERY: It is used for executing the SQL query defined in its sql ATTRIBUTE or the body.
  3. sql:UPDATE: It is used for executing the SQL update defined in its sql attribute or in the tag body.
  4. sql:param: It is used for sets the parameter in an SQL statement to the specified value.
  5. sql:dateParam: It is used for sets the parameter in an SQL statement to a specified java.util.Date value.
  6. sql:transaction: It is used to provide the nested database action with a COMMON connection.



Discussion

No Comment Found