Date: Mon, 11 Nov 1996 09:18:49 +0800 (GMT) From: Orlando Andico To: Joe Wright cc: djgpp AT delorie DOT com Subject: Re: x-base .DBF files In-Reply-To: <32865A02.C07@exis.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 10 Nov 1996, Joe Wright wrote: > I want to manipulate .DBF files in a C program I am writing. Is there > a set of C routines available to do this? Any pointers to them? > > Thanks > Joe > there's a set of C programs (dbfadd, dbfidx, dbfdel...) which is available on the net. Check out the "free database list" (search for it with your favorite search engine). the programs were written by someone from SGI. what they do essentially is that all the basic .DBF commands (create, index, add, remove...) are in a separate program. i suppose you could hack this for your own purposes. i've tried the programs (under UNIX though, it might take a bit of modification to work under MSDOG, e.g. fopen (..., "wb")) and it works ok. you can probably find it quickly by doing an FTP search for 'dbfadd' or one of the other filenames. .-----------------------------------------------------------------. | Orlando Andico email: orly AT gibson DOT eee DOT upd DOT edu DOT ph | | IRC Lab/EE Dept/UP Diliman http://gibson.eee.upd.edu.ph/~orly | | "through adventure we are not adventuresome" -- 10000 Maniacs | `-----------------------------------------------------------------'