Database for Moonlight

212 Views Asked by At

I'm looking for a local database for Moonlight. I checked EffiProz Silverlight database and it seems to work fine with moonlight Any other databases that work well with Moonlight?

3

There are 3 best solutions below

0
On

It's hard to answer with so few details but you can check Firebird

1
On

C# SQLite is always an option... This fully-managed implementation (port) of SQLite is specifically meant to get around the need to P/Invoke native code and so is a perfect SQLite alternative for apps that require a fully managed database (such as Silverlight apps).

0
On

Any database that work with Silverlight should work with Moonlight, if not it's a bug and should be reported to the Moonlight developers and it'll get fixed.

However testing that it actually works with Moonlight before deciding which one to choose is of course a good thing, Moonlight does of course have (as all software) bugs.