From: Jiri C. <di...@ci...> - 2013-07-18 08:26:09
|
I think the root is even deeper. WP does not contain ADO.NET stack at all. You're not expected to connect to local database, rather use some "data service" and connect via network (which makes sense today). Yes, of course, you can always do your own ADO.NET clone and run some database of your own. But you'd have to deal with tombstoning, suspend states, ... to make it ACID. To just cache/store data locally you can use Isolated Storage. And of course, the Firebird itself doesn't run on WP - partly because MS doesn't allow you native code and partly because it was not compiled for this platform. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com |