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 19:14:28 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: wom@inel.gov (Warren O. Merrill) Newsgroups: comp.lang.ada Subject: Re: Exporting or Reading AdA SAGE files? Date: 27 Jun 2002 19:14:27 -0700 Organization: http://groups.google.com/ Message-ID: <3fc90377.0206271814.6e2e76d0@posting.google.com> References: NNTP-Posting-Host: 134.20.163.102 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1025230468 12967 127.0.0.1 (28 Jun 2002 02:14:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 28 Jun 2002 02:14:28 GMT Xref: archiver1.google.com comp.lang.ada:26753 Date: 2002-06-28T02:14:28+00:00 List-Id: AdaSAGE (now SageST) is my baby now so I can probably help you. The data is packed and encoded so short of knowing the logic that created the files there is no way to just write something to go in and get it. You may run into a couple of problems depending on how old the version is on the data that you have since all the tools to get the data out would be the current version. The first question I have for you is that you are going to need the .SRC file to find out what the layout of the data is. You said the source was lost I'm assuming that means the .SRC also? If that is the case if you send me a copy of the .DFL that you have I could recover it for you. (if you want to zip up the data files along with the .DFL I can give you an even better answer as to what it will take to get it out). We do have some tools that could read and dump your data to ASCII files. Also there is an ODBC driver but its a little rough around the edges and has some problems if you have fields with names containing underscores. By the way I don't just give the keys to the data to anybody so I will need some explanation of what the application and its data are and why you need into it (sorry but this trick has been tried before so I just need to know. Once I get your .DFL and see whats in it that will help me confirm what you tell me). Email me (wom@inel.gov) and I will see how I can help you. It was just pure dumb luck that I happened to read this group today and see your message as I don't often take time to come here. So responses here may go unanswered unless I think to check back later. P.S. if you decide to use the latest libraries and get the data out yourself you would be looking for the StonyBrook Ada compiler. pinkmail wrote in message news:... > 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!