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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b8965337cd786e8b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-09 23:07:03 PST From: "Dmitriy Anisimkov" Newsgroups: comp.lang.ada Subject: Re: Ada95 in business (database) software Date: Mon, 10 Feb 2003 12:47:54 +0600 Organization: A poorly-installed InterNetNews site Distribution: world Message-ID: References: <3E45EE04.280EC800@verizon.net> NNTP-Posting-Host: 195.162.48.244 X-Trace: ns.omskelecom.ru 1044859471 1611 195.162.48.244 (10 Feb 2003 06:44:31 GMT) X-Complaints-To: usenet@ns.omskelecom.ru NNTP-Posting-Date: Mon, 10 Feb 2003 06:44:31 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!snoopy.risq.qc.ca!mtu.ru!news3.cnt.ru!news.rosprint.net!radius!not-for-mail Xref: archiver1.google.com comp.lang.ada:33946 Date: 2003-02-10T12:47:54+06:00 List-Id: "Mark Wallace" wrote in message news:3E45EE04.280EC800@verizon.net... > Is anyone using Ada95 for database-oriented business applications? Does > either of the principal commercial compilers (Aonix, GNAT) have a decent > (i.e., better than ODBC) interface to Oracle? Mark, You could take a look to the Ada 95 to the (Oracle Call Interface). http://vagul.tripod.com/adaoci.html It is also including to the GNADE. http://gnade.sourceforge.net/ I'm intensively using it in the business application development. I know some other russian developers using it too. Frankly, there is no good documentation. But there is a good example showing the main functionality, and you can ask me directly.