From owner-freebsd-questions Tue Dec 8 23:17:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13015 for freebsd-questions-outgoing; Tue, 8 Dec 1998 23:17:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.cityip.co.za (ns.cityip.co.za [196.25.223.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12996 for ; Tue, 8 Dec 1998 23:16:54 -0800 (PST) (envelope-from wjv@cityip.co.za) Received: from wjv by ns.cityip.co.za with local (Exim 2.05 #1) id 0zndqm-0001Qm-00; Wed, 9 Dec 1998 09:15:56 +0200 Message-ID: <19981209091556.A5490@cityip.co.za> Date: Wed, 9 Dec 1998 09:15:56 +0200 From: Johann Visagie To: Oleg Ogurok , questions@FreeBSD.ORG Subject: Re: Web-style database References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Oleg Ogurok on Tue, Dec 08, 1998 at 07:09:12PM -0500 X-PGP: ftp://ftp.cityip.co.za/users/wjv/pubkey.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ -chat pruned ] On Tue, 08 Dec 1998 at 19:09 SAST, Oleg Ogurok wrote: > > Has somebody tried to make web-style database? Is there any tools in > Freebsd for that? Maybe some Perl/SQL stuff? I have some experience in > FoxPro/DOS. Could somebody recomend me something to create database and > then allow web users query it? Thank you. This is fast becoming a FAQ. :-) There are a number of RDBMS's which will run under FreeBSD, some commercial and some less so. The "free three" are: MiniSQL - http://www.hughes.com.au/ MySQL - http://www.tcx.se/ Postgres - http://www.postgresql.org/ Note that the licensing conditions vary between these three, with Postgres being the only completely free one of the lot. MySQL and MiniSQL get very expensive when used for commercial purposes. Each one has its own ways of interfacing with the Web - read their respective documentation. Each also comes with its own C API, should you want to write CGI binaries in C. Additionally, there are many database-neutral ways of constructing such Web front-ends. One would be to write CGI scriptgs in Perl and use the DBI interface. Another (and a particularly easy way to get going) is the PHP scripting language: http://www.php.net/ -- V Johann Visagie | wjv@CityIP.co.za | Tel: +27 21 419-7878 | ICQ: 20645559 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message