From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,866583fd85c41be1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-27 12:12:38 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: achrist@easystreet.com Newsgroups: comp.lang.ada Subject: Re: Exporting or Reading AdA SAGE files? Date: Thu, 27 Jun 2002 12:12:42 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3D1B63AA.BFB49CDF@easystreet.com> X-Mailer: Mozilla 4.79 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:26749 Date: 2002-06-27T12:12:42-07:00 List-Id: pinkmail wrote: > > I wanted to find out if there were tools or utilities that could be used > to generate an extract or dump of ADA Sage database files. I have an > application that I've inherited, where the source code has been lost in > the mists of time. I need more direct access to the core system data, but > it is all stored currently in ADA sage database files. On my current > systems, I don't have any of the sage libraries or an ada compiler, so my > preferred route would be to run a process to extract the data from these > data files. > > Does such a tool exist, and if so, would you have any information on this > utility? > > Presumably my other option would be to write an ada application and link > in the sage libraries to perform this extraction. If this option is my only > solution, would you have a recomendation for a win32 ada compiler that I > would be able to use with the ada sage distribution? > > thanks! The Walnut Creek Ada CD's used to have all the source for AdaSage. You might try to find one of those to see if you can reverse engineer the data structures. AdaSage was a port of a system originally written in Modula-2 and the Modula-2 code was available, once. If you could find that, it might help you, too. There was also a users' group that might be able to help you. Can you get any help through that Northwest National Laboratories site? Al