Database for Moonlight
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?开发者_运维知识库
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.
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).
It's hard to answer with so few details but you can check Firebird
精彩评论