Your absolutely right Steve. Sorry if my post gave a wrong impression.
Following is a couple of paragraphs from the Firebird website:
http://www.ibphoenix.com
Introduction to Firebird
In August 2000, Borland Software Corp. (formerly known as Inprise)
released the beta version of InterBase 6.0 as open source. The community of
waiting developers and users preferred to establish itself as an
independent, self-regulating team rather than submit to the risks,
conditions and restrictions that the company proposed for community
participation in open source development. A core of developers quickly
formed a project and installed its own source tree on SourceForge. They
liked the Phoenix logo which was to have been ISC's brandmark and adopted
the name "Firebird" for the project.
Because Borland's open source efforts regarding InterBase never really
took off beyond prime release of the source code and the company returned
its focus to closed commercial development, Firebird became THE Open Source
version of InterBase.
For more information, please see the Firebird(IBPhoenix) site.
Firebird doesn't get a lot of press as opposed to Oracle, SQL Server, My
SQL, or PostgreSQL, but it's just as good, and in the case of MySQL, it
already has what MySQL is just now implementing; referential integrity,
triggers, sub-selects, etc.
HTH
Ruben
"Steve Jorgensen" <nospam@nospam.nospam> wrote in message
news:0s1urvgs2hu2cm2f9lv7dglkfo0jkre1q9@4ax.com...[color=blue]
> I was under the impression that Interbase had been open sourced first, and
> that's how Firebird was possible as an open source derivative.
>
> On Fri, 21 Nov 2003 08:26:10 -0800, "R Baumann" <rynt@9yahoo.com> wrote:
>[color=green]
> >Interbase/Firebird is an excellent server. Interbase is Borland's
> >commercial version, and Firebird is the Open Source free version. A lot[/color][/color]
of[color=blue][color=green]
> >the problems with the original Interbase were fixed with Firebird, and it[/color][/color]
is[color=blue][color=green]
> >under active development. It provides much the same functionallity as
> >MSDE/SQL Server such as views, referential integrity, etc.. Check it[/color][/color]
out.[color=blue][color=green]
> >
> >Ruben Baumann
> >
> >"Steve Jorgensen" <nospam@nospam.nospam> wrote in message
> >news:kdfrrvcnjvnrebjjutngddgcmudgc2rka2@4ax.com.. .[color=darkred]
> >> On 20 Nov 2003 07:06:28 -0800,
michaelloll@hotmail.com (Mike) wrote:
> >>
> >> >I recently had a Microsoft Access 97 database corrupt on me. The
> >> >setup is a split database (front end/back end) setup with about 10-15
> >> >users. This is the first corruption in something like a year. The
> >> >database has about 25 tables, and the total size is about 15MB, after
> >> >a compact. The front end sits on users Windows 2000 Professional
> >> >desktops, and the file server is a Windows 2000 Server.
> >> >
> >> >I've been thinking of migrating the back end, but because of cost,
> >> >I've been thinking about using MySQL (
www.mysql.com) and using linked
> >> >ODBC tables from within the front end.
> >> >
> >> >I have a few questions..
> >> >
> >> >It is my understanding that when an Access97 front end queries an
> >> >Access backend, it really just pulls all of the needed data accross
> >> >the network, runs the query, and displays what is needed. For
> >> >example, if I had a table EMPLOYEE(ID, NAME) and I ran the query:
> >> >
> >> >SELECT ID FROM EMPLOYEE WHERE NAME = "John Doe"
> >> >
> >> >The front end would get ALL of the rows from EMPLOYEE via the network,
> >> >and then perform the SELECT. Is my understanding correct?
> >> >
> >> >Secondly, if I am correct, will using MySQL stop this from happening
> >> >if I use linked ODBC tables? I'd rather not rewrite the entire front
> >> >end to use ADO.
> >> >
> >> >Thoughts?
> >>
> >> To add to what Peter said, I've been told that Interbase makes a[/color][/color][/color]
wonderful[color=blue][color=green][color=darkred]
> >> server back-end for Access, and is much easier to administer than[/color]
> >PostgreSQL,[color=darkred]
> >> though I have yet to try it personally. Unlike PostgreSQL, it can run[/color][/color][/color]
in[color=blue][color=green][color=darkred]
> >> native Windows (PostgreSQL will do that soon I'm told, but not yet),[/color][/color][/color]
and[color=blue][color=green]
> >it[color=darkred]
> >> has a more complete ANSI SQL implementation than MySQL. There is[/color][/color][/color]
another[color=blue][color=green]
> >fork[color=darkred]
> >> of Interbase called Firebird you might also want to look into.[/color][/color][/color]
Interbase[color=blue][color=green]
> >and[color=darkred]
> >> Firebird are both free.
> >>
> >> Having set up PostgreSQL on Windows before, I'll say that it is not for[/color]
> >the[color=darkred]
> >> faint of heart, and although it can be made secure on Windows, that[/color][/color][/color]
takes[color=blue][color=green]
> >much[color=darkred]
> >> more work.[/color]
> >[/color]
>[/color]