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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c189348d4cc27bd2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-04 06:06:08 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-out.usenetserver.com!news-out-sjo.usenetserver.com!europa.netcrusader.net!152.163.239.129!portc01.blue.aol.com!uunet!dca.uu.net!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail From: "Rohit Sharma" Newsgroups: comp.lang.ada References: <2gqo6.8730$925.800172@news6-win.server.ntlworld.com> Subject: Re: Microsoft Access database on GNAT 3.04 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Sun, 4 Mar 2001 14:05:09 -0000 NNTP-Posting-Host: 62.253.91.126 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 983714359 62.253.91.126 (Sun, 04 Mar 2001 13:59:19 GMT) NNTP-Posting-Date: Sun, 04 Mar 2001 13:59:19 GMT Organization: ntlworld News Service Xref: supernews.google.com comp.lang.ada:5404 Date: 2001-03-04T14:05:09+00:00 List-Id: Hi, I am developing for Win 98/NT. I did get the 3.13 version which works very well with ADO for ODBC access, but the existing project is for a DLL (made in VC). The ADA provides the object files. The 3.04 version makes *.obj files but the 3.13 version makes *.o files whic dont seem to be compatible wit the rest of the project. Can you tell me what is the difference between *.O and *.OBJ files ? Thanks Rohit "David C. Hoos, Sr." wrote in message news:l_qo6.154849$Ch.31226455@newsrump.sjc.telocity.net... > Gnat 3.04 is exceedingly old -- perhaps six years old. > > On what platform are you developing? You should > probably upgrade to a newer compiler. > > For the latest GNAT compilers see ftp://ftp.cs.nyu.edu/pub/gnat/3.13p > > What's in the folder winnt will work on all win32 platforms. > > For Linux, you may prefer the rpms found at > www.gnuada.org/ > The above site also has some ports for platforms not covered by > the nyu.edu site. > There is information on accessing databases at > www.adapower.com/os/odbc.html and > www.adapower.com/reuse/iodbc.html > > "Rohit Sharma" wrote in message > news:2gqo6.8730$925.800172@news6-win.server.ntlworld.com... > > Hi, > > > > Can anyone prvide ma an example of how to open a access database using ADA > > (3.04). > > > > Thanks > > Rohit > > > > >