Insert multiple records into a database
Use the Perform multiple inserts check box to insert multiple records into a database table. Select to insert either all data or specific data from the selected rows. For example, you can select to add records for all new accounts (clients) to a bank customer database or add records only for clients who reside in New York.
The following table defines the outcome of different selection criteria.
Selection criteria | DB query outcome |
---|---|
|
A single row is inserted into the database table. |
|
Multiple rows are inserted into the database table. |
|
Even though one row is selected, all rows are inserted into the database table. |
|
Multiple rows are inserted into the database table. |
|
No data is populated into the database table. |
|
One row is inserted into the database table. |
|
Multiple rows are inserted into the database table. |
|
No data is inserted into the database table. |
|
One row is inserted into the database table. |
|
Even though multiple rows are selected, only the last selected row is inserted into the database table. |
|
Multiple rows are inserted into the database table. |
|
Multiple rows are inserted into the database table. |
|
One row is inserted into the database table. |