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,b26adfb3d6ee3dbd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Sat, 01 Apr 2006 04:33:12 -0600 From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Q: Open-source to access MS SQL server 2000/2005 DBs from Ada ? References: <442afe28_1@news.bluewin.ch> Date: Sat, 01 Apr 2006 12:28:55 +0200 Message-ID: <87acb5y4go.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:i6L1gGmptaWevi2VPvAfnUsr+4s= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 62.235.57.83 X-Trace: sv3-lC9DTjFNYSuLPlzLy0Za78+J/hsm9fM6TWQBOxpDr31teCqDKe2SFrQ6HAv286JryKPIcLeKiWGeyqc!jzseegHnmt5H80d96l7O6KocSES1D5my5uxJMS4Dpq+4nezCA8UTlpqjymNXCwNAyaIBqxSJ X-Complaints-To: abuse@scarlet.be X-DMCA-Complaints-To: abuse@scarlet.biz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:3693 Date: 2006-04-01T12:28:55+02:00 List-Id: Bernd.Specht@gmx.com (Bernd Specht) writes: > Stephen Leake wrote in news:usloz1gzl.fsf@acm.org: > >> Gautier writes: >> >>> What do you recommend as an open-source, reliable package (or set >>> of packages) to access MS SQL server 2000/2005 DBs (hopefully these >>> versions are not of importance) ? >> >> http://sourceforge.net/projects/gnade > > > Are there Ada binding for Oracle (9i, 10g) or DB2, too? The generic ODBC binding allows you to use any database from GNADE. Just load the appropriate ODBC driver from within your Ada program. In addition, GNADE has a thick binding to the Oracle Call Interface, and some specific bindings to PostgresQSL, MySQL and SQLite, but not to DB2. You are welcome to add one if you want. GNADE also has an embedded-SQL preprocessor, which translates SQL statements embedded in your Ada programs to ODBC calls. -- Ludovic Brenta.