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,b82d7370b3fb6438,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-13 07:58:38 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news2.wam.umd.edu!not-for-mail From: "Brien L. Christesen" Newsgroups: comp.lang.ada Subject: Writing Ada records to MS Access Date: Wed, 13 Aug 2003 14:58:37 +0000 (UTC) Organization: University of Maryland College Park Message-ID: NNTP-Posting-Host: rac3.wam.umd.edu X-Trace: grapevine.wam.umd.edu 1060786717 11224 128.8.10.143 (13 Aug 2003 14:58:37 GMT) X-Complaints-To: abuse@wam.umd.edu NNTP-Posting-Date: Wed, 13 Aug 2003 14:58:37 +0000 (UTC) User-Agent: tin/1.4.2-20000205 ("Possession") (UNIX) (SunOS/5.7 (sun4u)) Xref: archiver1.google.com comp.lang.ada:41397 Date: 2003-08-13T14:58:37+00:00 List-Id: Ok, I looked through the archives and I still couldn't figure out what I whould do. I have some Ada records written to binary files. These records need to be put in a relational database. Right now, this is done by humans, but I'm sure there's a better way. I could write the records to some tab separated files, but that seems like an ugly way to do it. I've looked into GNADE a little bit, but I can't really figure out what I should do with it. I assume I need to write to an ODBC database and import it into Access, but I couldn't figure out how to do that. Thanks for any help! Brien