From: "Rafael García" Newsgroups: comp.os.msdos.djgpp Subject: Berkeley DB Date: Mon, 31 Jan 2000 14:07:13 +0100 Organization: CTV/JET Lines: 21 Message-ID: <87418v$842$1@lola.ctv.es> NNTP-Posting-Host: infon228.jet.es X-Trace: lola.ctv.es 949323871 8322 195.55.156.228 (31 Jan 2000 13:04:31 GMT) X-Complaints-To: usenet AT lola DOT ctv DOT es NNTP-Posting-Date: 31 Jan 2000 13:04:31 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Anybody knows Berkeley DB? It is a pretty library to use databases in your program, without any extern software. It comes with procedures to build for UNIX or MS-VisualC but I don't know how to use it with DJGPP. Anybody has tried? My intend is to take control over my data files, while I have an index system to search using key fields. This module would use a fast tree structure and work in a multiuser environment. If you have used any other product that could do the job, I would like to know about it. I am currently using a simple module called BPLUS.C that compiles directly in djgpp or Linux but it does not support shared access so I have to exclude processes to open the files when someone is writing. Thank you PS: Do you think this is a question for another group? (databases?)