From: Boon van der RJ Newsgroups: comp.os.msdos.djgpp Subject: Re: Database programming with djgpp Date: Thu, 7 Jan 99 13:48:26 Organization: Fac. Wiskunde & Informatica, VU, Amsterdam Lines: 34 Message-ID: <772aeq$aca@cs.vu.nl> References: <36946103 DOT 26D2B127 AT elbacsb DOT com DOT pl> NNTP-Posting-Host: sloep27.cs.vu.nl User-Agent: tin/pre-1.4-981114 ("The Watchman") (UNIX) (SunOS/5.5.1 (sun4u)) X-Poster-Key: sha1:dDHvwy6eeWI7MOFVmFVJMX6iVCA= Cancel-Lock: sha1:Z2jU9bHCeBGSb2NKiP78ZoDsvR4= To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Leszek Kroczynski wrote: > Are there any libraries that support database > programming with djgpp? At least .dbf. > Any links, ideas? This came up in the newsgroup some weeks ago, hgfernan AT usp DOT br wrote: | I'd like to write an app under MS-DOS that should be portable to | Linux subsequently. | | It will update and consult a relatively small database. I'll use a | DBF compatible library for the (quasi) database management: i'm | considering (GPL) Xbase DBMS, that i found in | http://www.gbob.com/xbase/xbase.html | | It is a C/C++ library that supports all dBase III+ features, and | some of dBase IV. It has even (Perl) tools for the conversion of | Clipper programs, at | http://www.gbob.com/xbase/Xb2cpp.html | | Another very useful link is XBase Format File Description, at | http://www.e-bachmann.dk/docs/xbase.htm | | that describes even the .ntx Clipper indexing format, not so easy to | find. I think this is as close as you can get to a database system with DJGPP, which supports .dbf's I glanced at the xbase library myself and it seems to work. hth, Robert.