From owner-freebsd-chat Sun Jan 18 08:22:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20257 for chat-outgoing; Sun, 18 Jan 1998 08:22:37 -0800 (PST) (envelope-from owner-freebsd-chat@FreeBSD.ORG) Received: from onyx.atipa.com (user4206@ns.atipa.com [208.128.22.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA20240 for ; Sun, 18 Jan 1998 08:22:14 -0800 (PST) (envelope-from freebsd@atipa.com) Received: (qmail-queue invoked by uid 1018); 18 Jan 1998 02:47:55 -0000 Date: Sat, 17 Jan 1998 19:47:55 -0700 (MST) From: Atipa X-Sender: freebsd@dot.ishiboo.com To: Damian Hamill cc: "Andras Tudos - Computronic, C3" , freebsd-isp@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG Subject: Re: Distributed Webservers In-Reply-To: <34C1254B.41C67EA6@cablenet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Check out iodbc. It is an ODBC compatible library for UN*X. It compiles cleanly under FreeBSD. I have the tar file if you can't find it. It allows you to write generic ODBC C/C++. I also believe JDBC (Java Database Conenctivity) is included as part of the JDK from Sun. MS Access (and/or MS SQL) should be JDBC compatible soon if not already. I have not seen any ODBC compatible modules for interpreted scripts (Perl, Tcl/TK, Python, etc), but some DBs do have interactive clients that can be easily embedded into such scripts (like Kubl's isql, from www.kubl.com). Kevin On Sat, 17 Jan 1998, Damian Hamill wrote: > Andras Tudos - Computronic, C3 wrote: > > > > And how would one connect to an existing M$ SQL server from FreeBSD? Any > > cool ideas? > > Use Mysql instead of M$ SQL as I suggested below. > > > > > Andras Tudos > > C3, Budapest > > > > At 12:50 98.01.17 +0000, Damian Hamill wrote: > > >Joe Mays wrote: > > >> > > >> Lists wrote: > > >> > > > >> > I don't understand why a customer would need NT unless they needed > > >> > Frontpage extensions, which 1. are crap and 2. are available on > > >> > UN*X anyway! > > >> > > > >> > Any other reasons? > > >> > > >> ASP. Access database integration. > > > > > >Available in apache as PHP for no charge with source code. You can > > >define functions and extend as you wish. > > > > > >> MSSQL integration. > > > > > >Apache->PHp->Mysql all free. > > > > > >AND > > > > > >Delhpi->ODBC->Mysql is even sexier. > > > > > >>I > > >> personally have no desire for NT, but these are the reasons > > >> are customers want to be able to run things off of NT, often > > >> in conjunction with a site under BSD, and I have no desire > > >> to tell them to get lost just because I don't care for NT > > >> myself. > > > > > >I had a customer that wanted to go NT until I showed then the above > > >solutions. They now have a site based on these with a Delphi admin app. > > > > > >vey cool!! > > > > > >regards > > >damian > > > > > >-- > > >* Damian Hamill M.D. damian@cablenet.net > > >* CableNet & The Landscape Channel > > >* http://www.cablenet.net/ http://www.landscapetv.com/ > > > > > -- > * Damian Hamill M.D. damian@cablenet.net > * CableNet & The Landscape Channel > * http://www.cablenet.net/ http://www.landscapetv.com/ >