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,bf02c238a92156a3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 26 Nov 2004 12:36:42 -0600 From: David Botton Newsgroups: comp.lang.ada Date: Fri, 26 Nov 2004 13:36:42 -0500 Message-ID: <2004112613364216807%david@bottoncom> References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Windows Ada database support. User-Agent: Unison/1.5.2 NNTP-Posting-Host: 66.176.74.83 X-Trace: sv3-sNNjrdtBar0ZrOtbLALfiteEWbnGwOCrM/twNDGy0vhWyrP8fKypNlodtrqKhLC/9nbko+ykxyuU9lW!gVLdMhRtyqKMg9urod/T+MMAVe0jCHzdm+4OvhXStmIphaZECj/yKXYQe1q0uQ== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net 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.20 Xref: g2news1.google.com comp.lang.ada:6518 Date: 2004-11-26T13:36:42-05:00 List-Id: You have that on Win32 with GWindows.Databases it uses ADO which abstracts OLE-DB, ODBC, LDAP, and Mail, and much more. David Botton On 2004-11-26 04:15:06 -0500, "Dmitry A. Kazakov" said: > What about support for MS-Access, MS-SQL server, Oracle? > > And more importantly why that crappy SQL over and over again? I would like > to see a high level Ada.Database[.Relational?] package totally independent > on what happens beneath.