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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d5f657e0da473b40 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Jano Newsgroups: comp.lang.ada Subject: Re: DBF/Network Application Date: Mon, 21 Jun 2004 09:28:55 +0200 Message-ID: <2jnh1oF12nvieU1@uni-berlin.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de cEhVcn2UYVf74kJBxcyz1wuDqXmEKKJc2Ip9XZm7qvap7Vtm8= User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:1723 Date: 2004-06-21T09:28:55+02:00 List-Id: Pascal Obry wrote: > Certainly the best way to go. GNADE is the best Ada databases binding > around and works fine. Note that some have reported problems with embedded > SQL (or maybe this OBE?), can't comment as I have never use it. 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 :/