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,ec9f6a283e4eb844 X-Google-Attributes: gid103376,public From: "Richard A. Maffei" Subject: Re: ODBC??? Date: 1998/07/31 Message-ID: <35C23315.6BF4A240@visi.net>#1/1 X-Deja-AN: 376788474 Content-Transfer-Encoding: 7bit References: <901889226.936789184@news.online.be> To: Steve Puts Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Reply-To: rickal@visi.net NNTP-Posting-Date: Fri, 31 Jul 1998 17:40:39 EST Newsgroups: comp.lang.ada Date: 1998-07-31T00:00:00+00:00 List-Id: Steve Puts wrote: > > I just wonder if it would be possible to create odbc-calls in ada, to connect > to a remote database server. Could anyone point me out what package I need to > use for this. > > Hope you can help me. > > Steve Steve, We are in the process of updating our Oracle embedded SQL (Pro*Ada) application to use ODBC. Our application resides on a HP-UX 10.20 system and we are using Aonix's ObjectAda 7.1 for the compilation. Aonix also provides a set of thin bindings to ODBC Level 2.0 plus extensions. On the ODBC side, we are using OpenLink's Multi-tier Data Access Driver Suite (http://www.openlinksw.com) which provides it's own object broker (i.e., does not require SQL*Net to be installed). We have been very successful in using the Ada bindings, although we rely heavily on the Interfaces.C packages since the bindings are thin. If you have more specific questions, please feel free to e-mail me. v/r, Rick Maffei rickal@visi.net rmaffei@c2cen.uscg.mil