Menu

[r3190]: / trunk / ch.sahits.codegen.help / html / context / insertSkript.htm  Maximize  Restore  History

Download this file

28 lines (28 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.