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:51:44 +0200 Organization: http://www.snafu.de/~boavista Message-ID: <40E068C0.6090100@snafu.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.eusc.inter.net 1088448700 4509 213.73.76.237 (28 Jun 2004 18:51:40 GMT) X-Complaints-To: abuse@eusc.inter.net To: Brian May User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:1976 Date: 2004-06-28T20:51:44+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." Yes, this is true. Personally i would not use it, since the odbc bindings do the same. > > 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, you can directly use the odbc bindings.