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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d12b3481c28cff16 X-Google-Attributes: gid103376,public From: Chad Bremmon Subject: Re: Ada and SQL on a Sparc Date: 1996/07/31 Message-ID: <31FF1F42.19D1@comm.hq.af.mil>#1/1 X-Deja-AN: 171230638 references: content-type: text/plain; charset=us-ascii organization: SAM-GAPR mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.01Gold (WinNT; I) Date: 1996-07-31T00:00:00+00:00 List-Id: Bill Hensley wrote: > > I have been tasked to develop a set of Web pages that are hosted on a Sparc. > I would like to use Ada GNAT to accomplish the CGI side of this. The only > thing that holds me back is the Ada interface to the Oracle SQL database that > is to be used as the data repository for the Web site. While I have developed > Oracle-interfacing CGI using 4GL tools (Sapphire/Web) and with C, I'd rather > use Ada. I'd like to know if GNAT supports a SQL interface, and if there are > any "gotchas" or war stories. If there is not too much negative commentary I > will be able to go to my management and make a strong case to use Ada. > > Thanks, Bill > > Bill_Hensley@smtp.rc.trw.com > http://ourworld.compuserve.com/homepages/Bill_Hensl ey/ We have had relatively good success with the Ada-Connect ODBC product. We are using Gnat with Sybase, but the Airfields project used Oracle with the ODBC drivers. Ada-Connect is based on the Intersolv ODBC technology, and provides Ada95 access for Gnat and potentially any other Ada95 compiler. Please contact me if you would like more information about getting those drivers. bremmon@acm.org