Answer wrote:
Frans, when/Is there plans to implement compact framework support?
This is planned for the update in may/june.
On saturday I tried if I could compile the 1.0.2004.2 code base on the CF, and was somewhat succesful, with the difference that I have to add some dummy classes and re-definitions of system interfaces to make the code compile, plus have to add conditional compilation flags to some code. So I couldn't get it compile in full though it is possible with the proper dummy code.
It wasn't that hard to do, I estimate it would take a week or so to get everything up and running, that is with a proper SqlCE DQE.
I have absolutely NO experience with compact framework applications, so it was a bit of a quest to find out that there are in fact 2 different things: PocketPC and Windows CE, though I couldn't find out anything if the CF is different on those systems so I assume it's not.
The 2 scenario's I see for the CF support are:
1) on the CF side, a database generic project is used which consults a webservice for data manipulation
2) on the CF side, SqlCE is installed and the handheld is operating on its own.
I see no use of connecting from the CF application directly to an sqlserver instance on a server somewhere as that would be very insecure: anyone can connect to the server in that scenario. Or am I mistaken?