B
Beri Tamas
Hello,
this - very simple code :
SqlCeReplication _replication=new SqlCeReplication();
/*set up replication parameters, url, username etc.*/
_replication.Synchronize();
_replication.Dispose();
causes about ~3MB memory loss on my ipaq2210 device, only the first time
run. The database file is quite large, about ~7MB. How can I minimize this
massive lost of memory?
Thanks,
Tamas Beri
this - very simple code :
SqlCeReplication _replication=new SqlCeReplication();
/*set up replication parameters, url, username etc.*/
_replication.Synchronize();
_replication.Dispose();
causes about ~3MB memory loss on my ipaq2210 device, only the first time
run. The database file is quite large, about ~7MB. How can I minimize this
massive lost of memory?
Thanks,
Tamas Beri