Insert script wizard
This wizard can select a subset of a table data and generate in insert script for that set. Several
informations are needed:
- Store location: defines where the insert script is saved
- File name: is the file name of the insert script. It must end on *.sql
- DTP selection: is the connection profile for your database for which you want to create
the insert script.
- Owner: or sometimes schema denotes the schema of the database table. This value can only be selected,
if a DTP connection is selected.
- Table: is the table for which you want the insert script generated. The table can only be selected
after a owner is selected.
- Fields: defines the fields for which the insert script is generated. The fields can only be defined
after a table is selected. At least on field must be selected.
- Where clause: is optional and lets you supply a where clause to limit the selected data. Subselections
are not possible.
For all of this to work make sure your DTP connection profiles are set up correctly.