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,6cb7a2e1898c3424 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Ada and WIMPs Date: 2000/03/07 Message-ID: <3shx4.2147$Z_4.199778@news4.usenetserver.com>#1/1 X-Deja-AN: 594497883 References: <38C3DCE4.DBD7A69E@ttoolsbase.com> <38c558c5_4@news2.prserv.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: admin@usenetserver.com Organization: UseNet Server, Inc. http://www.usenetserver.com - Home of the fastest NNTP servers on the Net. NNTP-Posting-Date: Tue, 07 Mar 2000 19:49:03 EST Newsgroups: comp.lang.ada Date: 2000-03-07T00:00:00+00:00 List-Id: On Win32, you would be better off using ADO as you would then have access to not just ODBC, but any other OLE Provider (MAPI, LDAP, etc). There is an example of using ADO at http://www.adapower.com/com David Botton Jerry van Dijk wrote in message <38c558c5_4@news2.prserv.net>... >Well, that depends on what you call 'standardized'. One obvious route, >at least under Win32, is to use ODBC. Otherwise there are some >bindings (= Ada interface to external libraries) for databases like >MySql.