X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Cesar Rabak Newsgroups: comp.os.msdos.djgpp Subject: Re: database library? Date: Fri, 06 Aug 2004 20:02:50 -0300 Lines: 26 Message-ID: <41140E1A.6040505@acm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de yFRDSBvcJtWd6wj1N1+GIAGye7PL+28y9eHIxsybHNo/wodUc= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: pt-br, pt To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com boohiss escreveu: > I have been poking around now for about a week, looking for a decent > database library > that I can use with DJGPP. > > I found SQLLite, but either I'm not getting something, or it's way too > convoluted to use without > a lot of trouble. > > What I am looking for is a simple database library that can query, > delete, and update a table from > a file (csv,dbf,xls,mdb,whatever). SQL and/or a relation database > would be nice, but not necessary, > so long as it can do those basic functions. > > Does anyone know of one that I may have overlooked? > Since you put "whatever" as a valid format and do not require SQL nor relational functionality: Did you consider the GNU dbm (available for DJGPP as gdbm183b.zip)? -- Cesar Rabak