Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top