You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,39 @@ Licensed Program COZ-IQ8
4
4
A Web, CL and Interactive SQL query tool for IBM i.
5
5
It replaces the legacy Query/400 and provides an SQL/RPG style scripting langauge for more powerful queries.
6
6
With SQL iQuery you can:
7
-
8
7
<ul><li>Command Entry</li><li>HTML/Javscript Web pages</li><li>CL programs</li><li>menus</li><li>the job scheduler</li>
9
8
<li>batch jobs</li></ul>
9
+
10
+
# Download and Installation Instructions
11
+
<p>To download SQL iQuery for IBM i <b>V7R3</b> and later <aalt="SQL iQuery *SAVF for IBM i V7R3 and later"href="https://www.dropbox.com/scl/fi/afd55qfv56ra3wfh4ifes/IQUERY.savf?rlkey=t5u6kx3jq32hmbkba2v9wy72n&dl=0">click here for IBM i v7r3+ build</a></p>
12
+
<p>To download SQL iQuery for IBM i <b>V7R2</b> and later <ahref="https://www.dropbox.com/scl/fi/075h48qp436c0njsq9k0n/IQUERY72.savf?rlkey=ucj1quzz958mncroqwsbkxjw7&dl=0">click here for IBM i v7r2 build</a></p>
13
+
<p><ahref="https://www.dropbox.com/scl/fi/3si0yp2cwgrbteggyzt66/SQL-iQuery-Script.pdf?rlkey=rpbod94h8syocrgg55w17umbj&dl=0">SQL iQuery Script Reference Manual (in development)</a></p>
14
+
<h3>Installation Instructions</h3>
15
+
<p>After you download the iQuery.savf save file, it must be uploaded to your IBM i operating system server. You can do that using FTP binary transfer from Windows, Mac OS, or Linux based PCs</p>
16
+
I normally upload it to the QGPL library. If the file suffix being uploaded is <b>.savf</b> FTP should create a valid SAVF object on the system. If it is something else, such as iquery.FILE then FTP will NOT create a valid save file on the server.
17
+
You can work around this by first creating a save file on the IBM i server using the CRTSAVF CL command.</p>
18
+
<pre>CRTSAVF QGPL/IQUERY</pre>
19
+
<p>Once uploaded, use the RSTLICPGM CL command to install SQL iQuery. However, before you do that, it is recommended that you deleted any current installation of SQL iQuery.
20
+
To check which version, if any, you currently have installed, use the LICPGM menu.</p>
21
+
<pre>GO LICPGM </pre>
22
+
<p>Next scroll down, usually to the bottom of the list, and see if 2COZ-IQ<i>n</i> is installed, where <i>n</i> is the iQuery version (normaly 6, 7 or 8). If it is installed, first remove that installation to prepare for the new version.</p>
23
+
<pre>DLTLICPGM 2COZIQn</pre>
24
+
<p>Again, where <i>n</i> is the installed version number.</p>
25
+
<p>Once deleted or if it wasn't installed, proceed with the following installation command:</p>
<p>Note: Use the save file name IQUERY72 if you are running on IBM i V7R2.</p>
28
+
<p>Once complete, you are prompted for some install-time customizations. After that screen is completed, SQL iQuery is installed and ready to go.</p>
29
+
<p>We include several SQL iQuery Scripts with SQL iQuery, to verify that everything is working, you can run the <i>demo</i> script by running the following CL command:</p>
30
+
<pre>RUNiQRY *DEMO</pre>
31
+
<h3>Fixes and Enhancements Log</h3>
10
32
The following are recenty enhancements and fixes to SQL iQuery
11
33
<table>
12
34
<tr>
13
35
<th>Released Date</th><th>Description</th>
14
36
</tr>
37
+
<tr><td>10-MAY-2024</td>
38
+
<td><p>Converted SQL iQuery to a no-charge (non-license key) product. Anyone may download, install and use SQL iQuery for free; no license key required.</p>
39
+
<p>Support and training are chargable, if needed. Please contact Bob Cozzi for support and training options.</p></td></tr>
15
40
<tr>
16
41
<td >14-NOV-2023</td>
17
42
<td><p>Corrected an issue with EMAIL options where the new FROM ADDRESS would not
0 commit comments