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=-0.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,6cb7a2e1898c3424 X-Google-Attributes: gid103376,public From: nospam@toolsbase.com (Adrian Vickers) Subject: Re: Ada and WIMPs Date: 2000/03/09 Message-ID: #1/1 X-Deja-AN: 594870399 X-NNTP-Posting-Host: toolsbase.demon.co.uk:194.222.193.191 References: <38C3DCE4.DBD7A69E@ttoolsbase.com> <38c558c5_4@news2.prserv.net> <3shx4.2147$Z_4.199778@news4.usenetserver.com> <8a571f$r2m$1@wanadoo.fr> X-Trace: news.demon.co.uk 952549968 nnrp-09:28975 NO-IDENT toolsbase.demon.co.uk:194.222.193.191 Organization: Toolsbase Ltd. Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 2000-03-09T00:00:00+00:00 List-Id: Pascal Obry of p.obry@wanadoo.fr wrote on Wed, 8 Mar 2000 10:37:36 +0100 in comp.lang.ada: > > David Botton a �crit dans le message > <3shx4.2147$Z_4.199778@news4.usenetserver.com>... > >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). > > The question here is do you want to be Win32 only or cross-platforms ? > > For Win32 only it seems fine to use ADO, but otherwise I'll stay with plain > ODBC which should be easily portable to others platforms, right ? > Agreed - ODBC, whilst not the most friendly DB access system, is nonetheless relatively portable, and so long as the driver exists is capable of accessing a wide variety of DB engines. -- Cheers, Ade. If at first you fail, cheat. Repeat until caught, then lie.