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,b7758ee808aeb9a3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-11 08:19:55 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.stueberl.de!proxad.net!feeder2-1.proxad.net!news3-1.free.fr!not-for-mail From: "Patrice Freydiere" Subject: Re: AWS -> Ada -> MySql Date: Tue, 11 Nov 2003 16:26:01 +0100 User-Agent: Pan/0.13.0 (The whole remains beautiful) Message-ID: Newsgroups: comp.lang.ada References: <7ad345db.0311110802.1db25166@posting.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Organization: Guest of ProXad - France NNTP-Posting-Date: 11 Nov 2003 17:19:54 MET NNTP-Posting-Host: 62.147.49.36 X-Trace: 1068567594 news3-1.free.fr 2809 62.147.49.36:33198 X-Complaints-To: abuse@proxad.net Xref: archiver1.google.com comp.lang.ada:2358 Date: 2003-11-11T17:19:54+01:00 List-Id: there is the GNADE project that provides you native Mysql Access. It's simple to use. Patrice On Tue, 11 Nov 2003 08:02:12 +0000, Andy wrote: > I am looking to create a MySql database connecting to an Ada program > capable of administering the database, which in turn will be hosted > using Ada Web Server. > > Is this even possible? > > The MySql database is not a problem to create, but currently i am > struggling to figure how the Ada can control the database. Has anyone > had any success in this field? > > Thanks.