1.建立模拟器和PC Server 和连接用 Microsoft ActiveSync 4.5
2. BusinessQuery.Service s = new WebServiceDemo.BusinessQuery.Service();
s.Url = "http://192.168.0.102/DemoService/Service.asmx";
s.Timeout = 10000;
DataSet ds= s.GetDataset("select * from employee");
dataGrid1.DataSource = ds.Tables[0];