rda = new SqlCeRemoteDataAccess();//相当于CM
rda.InternetPassword = "";
rda.InternetLogin = "";
rda.InternetUrl = "http://192.9.91.109/sqlce/sqlcesa35.dll";
string localcnstr =@"DataSource='\sqlce.sdf'";
string sql = "select * from user where username='"+txtusername +"' and password='"+txtpwd+"'";
Dao.rda.Pull("user", sql,localcnstr,RdaTrackOption.TrackingOn, "error");
运行到Pull时报错--未指定必需的属性。 [ Property name = SubscriberConnectionString ]