From owner-freebsd-questions Thu May 7 09:33:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13490 for freebsd-questions-outgoing; Thu, 7 May 1998 09:33:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from aasis.albany-academy.org (80.albany-academy.org [205.181.13.80] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13472 for ; Thu, 7 May 1998 09:32:49 -0700 (PDT) (envelope-from stephea@aasis.albany-academy.org) Received: from localhost (stephea@localhost) by aasis.albany-academy.org (8.8.5/8.8.5) with SMTP id MAA11192 for ; Thu, 7 May 1998 12:47:09 -0400 (EDT) Date: Thu, 7 May 1998 12:47:09 -0400 (EDT) From: "Abraham J. Stephens" To: freebsd-questions@FreeBSD.ORG Subject: Re: SQL In-Reply-To: <355158BB.8F455E0A@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Is there any way I can implement a SQL server and Apache server and > allowing users to use browsers to access the Apache Web server to get > SQL data? Yes, write a CGI application. I used PERL and PERL DBI to access a mSQL and mySQL database. There is also a perl module called RDBMS?? (or something to that effect) out there although I have not fooled around enough with it to get it to work. Also most major databases include a c library. Good Luck Abraham J. Stephens DIRECTOR SIS stephea@aasis.albany-academy.org http://aasis.albany-academy.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message