X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <407DC693.1010001@012.net.il> Date: Thu, 15 Apr 2004 01:17:39 +0200 From: alexbodn User-Agent: Mozilla/5.0 (Windows; U; Win98; he-IL; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en, he MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DATABASE Programming with djgpp Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com as a database programmer myself, i have naturally been interested in database solutions in this wonderfull environment: djgpp. to my knowledge, there are 2 ready working solutions for in process database libraries: sqlite from http://www.sqlite.org is a wonderfull, yet easy to use sql database engine, linkable to your software. searching this site will reveal you my modest patches to properly work with djgpp. the typhoon engine is an isam level database engine, highly integrable into c language programs (like direct io with structures). many dbms (even commercial) have open source c/c++ clients, that might be usable with djgpp, with tcp/ip communication. for tcp/ip you have the watt32 version of the famous wattcp library, and lsck, for using the windows networking. good luck, alex