Re: Free alternatives to SQL Server
- From: "Aquila Deus" <aquila_deus@xxxxxxxxxxx>
- Date: 23 Apr 2005 10:17:02 -0700
news.microsoft.com wrote:
> Hi,
>
> There are a few free databases that can be used with .NET, like
MySQL,
> PostgreSQL and Firebird (and others?). I would like to know which one
> you would prefer, and why.
Ingres and MaxDB (formally called SAP DB)
PS: don't even think of MySQL :)
>
> It would be a pre if the SQL syntax would resemble SQL Server's
syntax
> because I'm already a bit familiar with that. The database should
> support stored procedures, triggers and transactions. I know MySQL
> supports stored procedures in 5.0 (beta). The database has to support
> Windows OS, but the ones I mentioned all do.
>
> Also I would like to know more about the quality of the available
..NET
> data providers (free and commercial) for these databases.
>
> I guess these questions have been asked before, so in that case links
to
> those discussions, FAQ's or websites are also welcome.
As I know none of these DBs have syntax similiar to Transact-SQL.
PostgreSQL's seems to be PL/SQL-like, but Firebird's syntax is rather
weird and its statement terminator is confusing (partially due to its
almost-unusable CLI).
All of PostgreSQL, Firebird, Ingres, and MaxDB support sp, triggers and
transactions.
PostgreSQL supports a lot of cool features such as inheritance and
Python binding; Firebird has some very good GUIs (ex: IB Expert); dunno
about Ingres and MaxDB... They both are Oracle-like terrible things.
I had used Firebird's ADO.NET provider for several weeks, not bad.
.
- Follow-Ups:
- Re: Free alternatives to SQL Server
- From: George
- Re: Free alternatives to SQL Server
- References:
- Free alternatives to SQL Server
- From: news.microsoft.com
- Free alternatives to SQL Server
- Prev by Date: Re: Any VS2005 Beta 2 Issues Come Up Yet?
- Next by Date: Re: MDAC Components Problem
- Previous by thread: Re: Free alternatives to SQL Server
- Next by thread: Re: Free alternatives to SQL Server
- Index(es):
Relevant Pages
|