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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5cb47e0c311adad X-Google-Attributes: gid103376,public From: Dave Wood Subject: Re: Ada and databes Date: 1998/08/18 Message-ID: <35D931D8.DF20A05A@cts.com>#1/1 X-Deja-AN: 382219876 Cache-Post-Path: wagasa.cts.com!unknown@arniek.cts.com Content-Transfer-Encoding: 7bit References: <6r97ep$nmk$1@platane.wanadoo.fr> <35D8902A.FB598D42@hol.fr> Content-Type: text/plain; charset=us-ascii Organization: Deja Vous Productions Mime-Version: 1.0 Reply-To: dpw@sd.aonix.com Newsgroups: comp.lang.ada Date: 1998-08-18T00:00:00+00:00 List-Id: If I'm not mistaken, Oracle discontinued Pro*Ada some time ago (and, again I might be wrong here, but isn't it specific to Oracle databases?) Aonix offers an SQL pre-compiler in the Enterprise edition of ObjectAda, which compiles embedded SQL statements into calls to a thick ODBC binding. Sample programs are included. Another option is the ODBC bindings included in one of the Win32 binding packages, including WinAPI (part of ObjectAda OpenPack bundle), or Win32Ada (publicly available and included with all OA versions.) These bindings are on the thin side, and in the case of Win32Ada, not maintained by Aonix. However they might be perfectly appropriate for your purposes. I guess the common theme in this range of options is ODBC. An ODBC driver for Access is available from Microsoft (probably included with Access, if not Windows itself, but I'm not entirely sure). -- Dave Wood, Aonix -- Product Manager, ObjectAda for Windows asilvant wrote: > > Hi, > > I've experienced use of ADA and Oracle database development using a database > access "pre-compiler" provided by oracle named "Pro_ADA". It's easy and works > fine. > > Best regards, > > Patrice Silvant > > Garnier Jean-Paul wrote: > > > Hello, > > > > I want to construct a database with Aonix Object Ada. > > > > Can we interface Access Databases with Ada. > > If not, do you have any source examples, or documentation in order to design > > and manipulate a Database ? > > > > Thank you by advance for your answers.