Posted by: Vinit on: July 31, 2009
Here, I will explain you about windows mobile application development. In that I will first explain you about database connectivity with application. For database , Sql server Compact Edition, or say sql server Mobile Edition is used. First of all create database TestDataBase.sdf 1) How to Create database ??? string connStr = (“Data Source = [...]
Comments