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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-27 09:56:25 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!sn-xit-05!sn-xit-04!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: pinkmail Newsgroups: comp.lang.ada Subject: Exporting or Reading AdA SAGE files? Date: Thu, 27 Jun 2002 12:53:10 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: User-Agent: KNode/0.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:26747 Date: 2002-06-27T12:53:10-04:00 List-Id: 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!