The table name to supply in the SQL statement, as a String or Variable.
An array of ValueMaps; each one represents a row to insert into the database.
Important! Verify that single quotes encapsulate any string values.
The ValueMap parameter name that you want to insert into a table must be same as its associated column name.
Each of the variables within the value map must correspond to the columns in the table. For example, if you have a table with two columns: "Name" and "Number", then your ValueMap must be organized the same way.
|
Copyright © 2014 CA.
All rights reserved.
|
|