From: Cecil Chua Newsgroups: comp.os.msdos.djgpp Subject: Simple Database tools in DJGPP Date: Wed, 11 Mar 1998 17:06:00 +0800 Organization: Nanyang Technological University Lines: 13 Sender: @155.69.96.19 Message-ID: <350653F8.E879F3D6@ntu.edu.sg> NNTP-Posting-Host: 155.69.96.19 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Well, I'm trying out my hand with DJGPP and I was wondering if anyone knew of any database libraries for DJGPP. Either: 1: An already made BTree and Random access file library. 2: The above with embedded SQL 3: An interface with XBase type files. The only one I found so far which was freeware was CBase. Anyone know of a better one? Thanks.