<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Insert script wizard</title>
</head>
<body>
<h1>Insert script wizard</h1>
<p>This wizard can select a subset of a table data and generate in insert script for that set. Several
informations are needed:</p>
<ul>
<li>Store location: defines where the insert script is saved</li>
<li>File name: is the file name of the insert script. It must end on *.sql</li>
<li>DTP selection: is the connection profile for your database for which you want to create
the insert script.</li>
<li>Owner: or sometimes schema denotes the schema of the database table. This value can only be selected,
if a DTP connection is selected.</li>
<li>Table: is the table for which you want the insert script generated. The table can only be selected
after a owner is selected.</li>
<li>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.</li>
<li>Where clause: is optional and lets you supply a where clause to limit the selected data. Subselections
are not possible.</li>
</ul>
<p>For all of this to work make sure your DTP connection profiles are set up correctly.</p>
</body>
</html>