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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2bb2b96e0b1219fd,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-11 08:29:07 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!skynet.be!skynet.be!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "Andrew Carroll" Newsgroups: comp.lang.ada Subject: RE: comp.lang.ada Digest, Vol 3, Issue 55 Date: Tue, 11 Nov 2003 09:46:34 -0700 Organization: Cuivre, Argent, Or Message-ID: Reply-To: andrew@carroll-tech.net NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1068568144 30323 80.67.180.195 (11 Nov 2003 16:29:04 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Tue, 11 Nov 2003 16:29:04 +0000 (UTC) To: Return-Path: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <20031111161037.A006D4C40BB@lovelace.ada-france.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:2361 Date: 2003-11-11T09:46:34-07:00 Andy, I believe you need MyODBC connectors (header files for ODBC "methods" for connecting to MySQL databases). It's been a while since I've used MySQL however I remember needing some type of ODBC header files (in C++) to manipulate the database. Andrew p.s. Great name by the way. ------------------------------ Message: 8 Date: 11 Nov 2003 08:02:12 -0800 From: i_eat_pies@hotmail.com (Andy) Subject: AWS -> Ada -> MySql To: comp.lang.ada@ada-france.org Message-ID: <7ad345db.0311110802.1db25166@posting.google.com> Content-Type: text/plain; charset=ISO-8859-1 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. ------------------------------