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

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to