views:

38

answers:

3

Exactly what the title says...........any thoughts on other good options for relational database implementation aside from SQL Server DB's.

It's necessary for the .Net Framework to be able to communicate with it also.

A: 

Oracle, Postgres, MySql... the list goes on...

.NET has native libraries for communicating with SqlServer but you can connect to any DB that has ODBC/OLEDB Support under windows.

Eoin Campbell
A: 

Depending on what you need it to do, you could use Oracle, Firebird SQL, SQLite, MySQL, BerkeleyDB or a good few others.

Galwegian
A: 

Plenty of those: Firebird, PostgreSQL, SQLite, MySQL to name a few.

Don't know about LINQ support over there, though.

Anton Gogolev