views:

44

answers:

1

I'm going to make a end-user desktop application, so I need a relative small database, such as Firebird or SqlLite. Does the Entity Framework 4 support other databases than SQL Server?

+3  A: 

ADO.NET Data Providers on MSDN lists several third party data providers for ADO.NET. Firebird and SQLite both look like what you are after, and both include Entity Framework 3.5 support (though I can't see any mantion of EF4 support).

Richard Szalay
Good and bad news for me, I thought that I were forced to use NHibernate. Now it seems I can use both, so one more decision to make, but that's another question :-) Thanks!
Karsten