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-Thread: 103376,7dd8b6756e477a8d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!attbi_s22.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Interface between Ada (AdaCore 6.1) and Microsoft Access Database (PC/XP) References: <9c8ac924-a393-4c85-9051-afe08409e05d@a26g2000prf.googlegroups.com> In-Reply-To: <9c8ac924-a393-4c85-9051-afe08409e05d@a26g2000prf.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 173.16.158.68 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s22 1228329045 173.16.158.68 (Wed, 03 Dec 2008 18:30:45 GMT) NNTP-Posting-Date: Wed, 03 Dec 2008 18:30:45 GMT Organization: AT&T ASP.att.net Date: Wed, 03 Dec 2008 18:30:45 GMT Xref: g2news1.google.com comp.lang.ada:2863 Date: 2008-12-03T18:30:45+00:00 List-Id: shulamith.sarfaty@baesystems.com wrote: > Please show me an example how to manipulate record sets from > Microsoft Access Database. We need to open a connection, > execute an SQL statement to UPDATE, INSERT, DELETE and/or SELECT > records from the database. Also, I dynamically create a > variable string containing my SQL statement. I want to > execute an SQL string which is variable in length. How do I free > the pointer to that string? What DB binding are you using? And why would you use a pointer and risk memory leaks when you don't need to? -- Jeff Carter "Ah, go away or I'll kill ya." Never Give a Sucker an Even Break 100