From: John C. <jo...@we...> - 2007-09-25 13:24:08
|
On Tuesday 25 September 2007 08:44:28 am John Culleton wrote: > On Monday 24 September 2007 04:20:25 pm Mark Molenda wrote: > > It seems all of the GNU packages require berkley db even though some > > pages list it as optional. How do I get a package like tiny-cobol to > > work if Oracle does not allow ( or I can't find it ) berkeley db > > downloads? > > Don't understand what Oracle has to do with it. Tiny Cobol has no relation > to Oracle, nor does Berkeley DB (note spelling.) What Operating System are > you using? On rereading your post I gather that you want to download data from Oracle into a Berkeley DB database. Is that correct? If you can download your data into fixed lenngth records or alternately into comma delimited records then you can read them into a COBOL program and populate a Berkeley DB file (indexed sequential file) with the information. Am I getting closer? -- John Culleton http://wexfordpress.com http://wexfordpress.com/tex/shortlist.pdf |