Develop database application in smartphone 2003
hi all,
I am trying to develop an application in Smartphone 2003. I heard it does not support SQL CE. So I suppose to develop this using the code like CeCreateDatabaseEx2() etc. Also I should develop this part in C# also. How can i do this in C#. Please provide some sample code if possible.
Thanks in advance,
Rajesh
[325 byte] By [
Acusis] at [2008-1-27]
What volume of data do you need to store? You may find that using Xml or Csv (OpenNETCF.Net.Text provider will help with this -
www.opennetcf.org/sdf/) will be quicker and easier if your requirements are modest.
Since the CeDb engine is being obsoleted and Sql Mobile will be available in Windows Mobile 5 it may not be worth putting the effort into wrapping those APIs at this stage.
Peter