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: Wed, 23 Jun 2004 10:11:04 +0200 Message-ID: <2jss8oF15632hU1@uni-berlin.de> 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.uni-berlin.de aIUSOGmk4COG7ctFh6LuUQdBGFttM1oVQmpP4KCF3J0az0O/Y= User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:1803 Date: 2004-06-23T10:11:04+02:00 List-Id: Brian May wrote: >>>>>>"Jano" == Jano writes: > > > Jano> I had some problems with embedded insertions in windows with and > Jano> Access 2000 database, so the problem may be highly specific. Never > Jano> digged into it. I was recommended to use directly the ODBC packages, > Jano> which I'll try if I need some "databasing" in the future. > > Jano> The adbc packages in GNADE seemed particularly promising, but sadly > Jano> last time I checked them they were linux only :/ > > The ADBC interface seems to be marked highly experimental. No doubt the > situation with Windows support will improve. I also see "The future of > this interface is unclear since there is allmost no response from the > community." I haven't looked at it recently, but I'm surprised. It seemed very straightforward to use, and the best option if embedded sql is not an option. > I assume you can still use GNADE with Windows ODBC, eg. by directly > interfacing to the ODBC layer? (I am not familiar with the GNADE > architecture). Yes, the ODBC package is there and in fact the precompiler for embedded sql uses it. However, I find it cumbersome and not-so-easy to get into it. Maybe I haven't devoted enough time.