File: mpsql_edit.html

package info (click to toggle)
mpsql 2.1-2
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 3,528 kB
  • ctags: 4,886
  • sloc: ansic: 35,184; makefile: 3,761; sh: 44
file content (35 lines) | stat: -rw-r--r-- 1,173 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR"
content="Microsoft FrontPage (Visual InterDev Edition) 2.0">
<title>MPSQL - SQL Command Window</title>
</head>

<body bgcolor="#FFFFFF">
<a href="mpsql.html">MPSQL Contents</a>

<h2>SQL Command Window</h2>

<p><img src="app.gif" width="375" height="158"></p>

<p>The SQL command window is used for entering SQL statements for
execution and editing SQL scripts.</p>

<p>The window represents the currently selected buffer as
represented in the application's title bar. The contents of the
open buffer can be copied, cut and pasted to and from other open
buffers. SQL statements in the buffer can be executed
individually by highlighting the statement to be executed and
then selecting the <a href="mpsql_toolbar.html">Execute</a>
toolbar button. If no statements are highlighted, multiple
statements are executed in batch mode starting from the top of
the buffer. The results are displayed in the <a
href="mpsql_output.html">Result Window</a>.</p>

<p><img src="bar.gif" width="400" height="40"></p>
</body>
</html>