The insert Tag
Description
Used to execute a SQL INSERT request
Type: SQL
Attributes:
- table
- identifies the SQL table to be inserted into
- fields
- identifies fields with in the table
- values
- defines the values to be inserted into the fields
Loop Control: NO
Containing Tags
Used Within Tags - suggested
- connect
-
Example
<insert table="PID" fields="firstName, lastName" values="James, Jamesson"/>