gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] OC and Oracle


From: John Culleton
Subject: Re: [open-cobol-list] OC and Oracle
Date: Sat, 17 Apr 2010 12:02:07 -0400
User-agent: KMail/1.11.4 (Linux/2.6.29.6-smp; KDE/4.2.4; i686; ; )

On Saturday 17 April 2010 11:40:21 Doug Vogel wrote:
> Has anybody used Oracle with OC. If so do you have any information I
> should be aware of or sample scripts (Windows and/or Unix) for
> compiling.
>
>

Oracle and other SQL based RDBMS are not integrated into standard COBOL and 
hence are not found in OC. The Indexed Sequential file system more or less 
obviates the need for a relational DBMS for programming of repetitive 
activities. Where the DBMS excels is for ad hoc inquiries prepared in SQL.  
For those you really don't need COBOL. 

I have used a programming language (Perl as I recall) years ago to help 
populate a database using MDBMS (Marty's DBMS) years ago when I was 
publishing a Breeder Directory. Information extracted from the DBMS and 
sorted in a certain order was then massaged into a TeX file.  That 
particular DBMS was very simple compared to ORACLE or MySQL. 

Unfortunately all those files, programs and scripts are long gone.
-- 
John Culleton
"Create Book Covers with Scribus"
Printable E-book 38 pages $5.95
http://www.booklocker.com/books/4055.html
http://www.scribd.com/doc/24676863/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]