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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d5f657e0da473b40 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!eusc.inter.net!news.eusc.inter.net!not-for-mail From: Michael Erdmann Newsgroups: comp.lang.ada Subject: Re: DBF/Network Application Date: Mon, 28 Jun 2004 20:12:39 +0200 Organization: http://www.snafu.de/~boavista Message-ID: References: <2jnh1oF12nvieU1@uni-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.eusc.inter.net 1088446356 3986 213.73.76.138 (28 Jun 2004 18:12:36 GMT) X-Complaints-To: abuse@eusc.inter.net User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en In-Reply-To: <2jnh1oF12nvieU1@uni-berlin.de> Xref: g2news1.google.com comp.lang.ada:1975 Date: 2004-06-28T20:12:39+02:00 List-Id: Jano wrote: > Pascal Obry wrote: > > I had some problems with embedded insertions in windows with and Access > 2000 database, so the problem may be highly specific. Never digged into > it. I was recommended to use directly the ODBC packages, which I'll try > if I need some "databasing" in the future. > > The adbc packages in GNADE seemed particularly promising, but sadly last > time I checked them they were linux only :/ The adbc package is not more maintained. The idea was quite nice in having a common API combining all native and the odbc into one package, but ODBC does this any way. I would go for odbc. Regards M.Erdmann