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-15 14:20:10 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: Fri, 15 Aug 2003 17:18:40 -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:41535 Date: 2003-08-15T17:18:40-04:00 List-Id: "Tom Moran" wrote in message news:iEb%a.122765$Oz4.25430@rwcrnsc54... > That page shows reading ("select"). Can you point to a working > example of writing/updating? I would like to, but the code I wrote is propriety :( I'll look on my hard drive to see if I have some non-related examples. If I remember correctly from two years ago, the leap from select to using commands such as ["Insert into mytable with " & Integer'image(x) & ", " & mystring] is not too difficult. I'll check for you though over the weekend. -CRM