Real time application-Replication [modified]
-
Good Morning, I develop a GMAO csharp smart device project.I finished it in the asynchron mode(consulting a local database .sdf).I wanna migrate my application to be a real time project(consulting the database .sdf created by the society where I work).When googling,I find that the solution is replication. I wanna ask is there another solution then replication.I tried replication with a simple example but doesn't work for me. I try by changing the connexion string from:
string wCS = @"Data Source =\Storage Card\ModeDifféré\BaseGmaoLocale.sdf;";
to:
string wCS = @"Data Source =\Storage Card\BaseGmaoDOTNET.sdf;";
what is the problem?? Regards :)
modified on Tuesday, May 4, 2010 6:10 AM
-
Good Morning, I develop a GMAO csharp smart device project.I finished it in the asynchron mode(consulting a local database .sdf).I wanna migrate my application to be a real time project(consulting the database .sdf created by the society where I work).When googling,I find that the solution is replication. I wanna ask is there another solution then replication.I tried replication with a simple example but doesn't work for me. I try by changing the connexion string from:
string wCS = @"Data Source =\Storage Card\ModeDifféré\BaseGmaoLocale.sdf;";
to:
string wCS = @"Data Source =\Storage Card\BaseGmaoDOTNET.sdf;";
what is the problem?? Regards :)
modified on Tuesday, May 4, 2010 6:10 AM
The replication master should run on SQLServer (not SQL server express).
-
The replication master should run on SQLServer (not SQL server express).
hi, sure i use SQL server standart edition 2005 and i follow the steps given in a webcast done by Pascal Belaud. Is there another solution then replication?? Thanks