Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Real time application-Replication [modified]

Real time application-Replication [modified]

Scheduled Pinned Locked Moved C#
questioncsharpdatabasehelptutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tunisien86
    wrote on last edited by
    #1

    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

    M 1 Reply Last reply
    0
    • T Tunisien86

      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

      M Offline
      M Offline
      Michel Godfroid
      wrote on last edited by
      #2

      The replication master should run on SQLServer (not SQL server express).

      T 1 Reply Last reply
      0
      • M Michel Godfroid

        The replication master should run on SQLServer (not SQL server express).

        T Offline
        T Offline
        Tunisien86
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups