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: Sat, 27 Nov 2004 18:46:57 -0600 From: David Botton Newsgroups: comp.lang.ada Date: Sat, 27 Nov 2004 19:46:58 -0500 Message-ID: <2004112719465816807%david@bottoncom> References: <1pfbqtrpc3y3v$.1j9ia6xrmr4pc$.dlg@40tude.net> 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-4wfJL32jr6EthKbP6M/qcu2yVDiDz6pzndCVT0qwAQoHhrXiFra8GNTlVnaLrbC+C7Wxp2ZflcZQ7AT!f30RK4bd/eUikQ9eLbuWhJmU5Z3yh0wVjyb5jhJ21z09sCDrZg4c9qe1ELwI9Q== 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:6570 Date: 2004-11-27T19:46:58-05:00 List-Id: I didn't pick up at the time you were talking about an Ada standard. ADO is just a way to offer an abstraction on Win32 (of course you get thick fairly easy to use Ada bindings to ADO via GNATCOM and even simpler via GWindows.Databases). While I am not thrilled with the idea of create Ada standards for bindings to complex externals systems, a good look at the ADO way of doing things would certainly be a prerequisite to creating such a standard. David Botton On 2004-11-27 03:59:53 -0500, "Dmitry A. Kazakov" said: > On Fri, 26 Nov 2004 13:36:42 -0500, David Botton wrote: > >> You have that on Win32 with GWindows.Databases it uses ADO which >> abstracts OLE-DB, ODBC, LDAP, and Mail, and much more. > > But in some sense ADO is even worse than SomeDB-binding. At least databases > are more or less platform independent. In my view ADO is just as SQL, ODBC > and anything else. I would consider ADO as yet another database interface > to be abstracted away by our Ada(tm) way. So I am for Ada.Database in the > standard. > >> 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.