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 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-15 13:46:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail From: Tom Moran User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Writing Ada records to MS Access References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@comcast.net X-Trace: rwcrnsc54 1060980366 12.234.13.56 (Fri, 15 Aug 2003 20:46:06 GMT) NNTP-Posting-Date: Fri, 15 Aug 2003 20:46:06 GMT Organization: Comcast Online Date: Fri, 15 Aug 2003 20:46:06 GMT Xref: archiver1.google.com comp.lang.ada:41534 Date: 2003-08-15T20:46:06+00:00 List-Id: Chad R. Meiners wrote: > 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 > > That page shows reading ("select"). Can you point to a working example of writing/updating?