Hi all,
I have a CE 5.0 machine with SQL CE and IE mobile.
I want to develop a web UI which can access SQL CE and display data.
But there is no ADOCE support on WinCE 5.0.
I use VC2005 C# create a test .NET dll,
(it can run on WinXP very well)
but on WinCE, the dll can't register because there's no regasm.exe.
(I tried to register manually,but it seems not work)
Is there any other way to access SQL CE with IE mobile?
Erik Ejlskov - 14 Sep 2007 16:12 GMT
What about creating a web service (on the same machine)?
http://msdn2.microsoft.com/en-us/library/Aa446537.aspx

Signature
Erik Ejlskov Jensen
- see my SQL Compact blog at
http://erikej.blogspot.com
> Hi all,
> I have a CE 5.0 machine with SQL CE and IE mobile.
[quoted text clipped - 5 lines]
> (I tried to register manually,but it seems not work)
> Is there any other way to access SQL CE with IE mobile?