× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: RE: SQL without licenced program product
  • From: Buck Calabro <mcalabro@xxxxxxxxxxxx>
  • Date: Mon, 12 Oct 1998 15:26:17 -0400
  • Organization: commsoft

On Monday, October 12, 1998 12:33 PM, Scott, Shadrach 
[SMTP:sscott@hiu.edu] wrote:
>
> I do not have the SQL development kit. But do I understand correctly
> though
> that I can use SQL with only the base OS? What can I do with out the
> development kit? With it?

With the licenced product you can embed SQL in your HLL programs.
Without it, you can write any and all SQL statements via the use of a 
source file and STRQMQRY.  I've borrowed ideas from MC magazine (years 
ago) to write a command that lets me execute individual SQL statements 
from the command line.  It is invaluable to me when trying to do 
testing/debugging.

A typical testing sequence might be:

insert * into test/master (select * from production/master where 
aramt>100)
insert * into test/invoice (select * from production/invoice where invmas 
in (select mastkey from test/master))

This will load the records into the test system for customers whose A/R 
amount is over 100.  Very handy, because I can put these commands into a 
CL program, use variables and create or update a test environment very, 
very quickly.

Advanced System Concepts (no affiliation) also have an SQL product, but I 
don't know if it lets you embed SQL into your HLL programs or not.

Buck Calabro
Commsoft, Albany, NY
mailto:mcalabro@commsoft.net

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.