Difference between revisions of "SQL Primer"
From MidrangeWiki
(more to come) |
m |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{delete|This page is kind of useless}} | ||
+ | __FORCETOC__ | ||
+ | |||
+ | ==STRSQL== | ||
+ | |||
+ | [[User:Al Mac|Al Mac]], 28 May 2005 CST | ||
+ | |||
+ | |||
+ | If your security will let you do this, | ||
+ | *get to a 400 command line and key in STRSQL and enter, which brings up something that LOOKS like a command line. | ||
+ | *Then key in SELECT and do F4 ... which brings up various lines where you can get at directory of libraries on your 400 ... | ||
+ | *pick 1 or more ... | ||
+ | *then pick what files you want to do some SQL access against ... | ||
+ | *then pick what fields to include in your SQL on the fly ... . | ||
+ | |||
More info from main [[SQL]] page. | More info from main [[SQL]] page. | ||
− | + | [[Category:SQL|Primer]] |
Latest revision as of 17:14, 18 July 2010
Contents
STRSQL
Al Mac, 28 May 2005 CST
If your security will let you do this,
- get to a 400 command line and key in STRSQL and enter, which brings up something that LOOKS like a command line.
- Then key in SELECT and do F4 ... which brings up various lines where you can get at directory of libraries on your 400 ...
- pick 1 or more ...
- then pick what files you want to do some SQL access against ...
- then pick what fields to include in your SQL on the fly ... .
More info from main SQL page.