locked
Mobile DataBase in SQL Server RRS feed

  • Question

  • User-666881066 posted

    hi all,

    Can anyone tell how do we use SQL Server DataBase in Mobile Application   

    Thursday, August 17, 2006 7:41 AM

All replies

  • User2119691303 posted

    Its used in pretty much the same way as in everything else in my experience - we currently use SQL CE on a mobile application and the only difference to using it compared to say a web service using SQL Server is the namespace and the class names to use - AFAIK all of the major functionality is there - but be careful about following bad practices such as leaving the connection open as you only have one connection to the DB in versions prior to 2005 and its VERY easy to run out of process memory.

    This link has more info on the newest variant:

     

    Friday, August 18, 2006 4:29 AM