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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b82d7370b3fb6438 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-13 11:40:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Writing Ada records to MS Access Date: Wed, 13 Aug 2003 14:37:55 -0400 Organization: Michigan State University Message-ID: References: NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:41407 Date: 2003-08-13T14:37:55-04:00 List-Id: In an NT-type system you should have a control panel icon that allows you to setup up ODBC connections. Setup a ODBC connection to an Access database. Use one of packages that allow you to bind to ODBC to open the connection. Build the tables and records using the SQL commands. See http://www.adapower.com/os/odbc.html for an example of how to use the win32 ODBC binding. -CRM