From owner-freebsd-questions Thu Mar 30 07:15:30 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA29558 for questions-outgoing; Thu, 30 Mar 1995 07:15:30 -0800 Received: from palmer.demon.co.uk (root@palmer.demon.co.uk [158.152.50.150]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA29531 for ; Thu, 30 Mar 1995 07:15:22 -0800 Received: from localhost (gary@localhost [127.0.0.1]) by palmer.demon.co.uk (8.6.9/8.6.9) with SMTP id PAA02289 ; Thu, 30 Mar 1995 15:36:32 +0100 X-Authentication-Warning: palmer.demon.co.uk: Host localhost didn't use HELO protocol To: Jan_Guldemond cc: questions@FreeBSD.org Subject: Re: Postgres (or any other RDMBS) In-reply-to: Your message of "Thu, 30 Mar 1995 15:11:55 +0200." <199503301311.PAA05205@mail.euronet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2285.796574191.1@palmer.demon.co.uk> Date: Thu, 30 Mar 1995 15:36:31 +0100 Message-ID: <2286.796574191@palmer.demon.co.uk> From: Gary Palmer Sender: questions-owner@FreeBSD.org Precedence: bulk In message <199503301311.PAA05205@mail.euronet.nl>, Jan_Guldemond writes: >What I really want is to get the WWW get the data online (via CGI-scripts). >To get this to work I have to get a database-engine that runs under FreeBSD >or Windows. But I must be able to update and retrieve data from the FreeBSD >machines AND the Windows-machines. So I'm really looking for a >database-engine on one of the two platforms with SQL clients on both platforms >Any suggestions??? Well, I've used MS Access (I was a database programmer for a while), but always using native DB's, never used the SQL option EVER. However, if you load the SQL access kit that comes with Access (ODBC?), it should allow you to access the database on a FreeBSD box (assuming they can agree on the SQL syntax :-( ) The problem than is that you have to re-write your DB in Postgres. After using Access for a long time I realise that will not be a nice task :-( Has anyone ever used Samba (or similar) to access the Microsoft SQL server system running on a PC from FreeBSD? That (in theory) should be possible also... although it might take a bit of work re-writing or adding bits onto Samba. Gary