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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Updating Data on Other Server?? [modified]

Updating Data on Other Server?? [modified]

Scheduled Pinned Locked Moved Database
questiondatabasesysadmintutorialannouncement
7 Posts 3 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.
  • A Offline
    A Offline
    AmbiguousName
    wrote on last edited by
    #1

    Hi guys...I do not know whether it is right platform to ask the question. Suppose I update databse on my laptop. Now I want the same database on another location, to be updated automatically...obviously wirelessly. How to do that??:confused:

    modified on Monday, January 4, 2010 1:35 PM

    S M 2 Replies Last reply
    0
    • A AmbiguousName

      Hi guys...I do not know whether it is right platform to ask the question. Suppose I update databse on my laptop. Now I want the same database on another location, to be updated automatically...obviously wirelessly. How to do that??:confused:

      modified on Monday, January 4, 2010 1:35 PM

      S Offline
      S Offline
      Stryder_1
      wrote on last edited by
      #2

      Hi, It will likely depend on the database you are using. Also, is this connected at the same time, or do you mean to have the database on your laptop updated, then when you connect to the other location, it updates at that time? Two main ways: 1) Replication - Review this in your db documentation and return if you have further questions. 2) Do it yourself in code - code your app to send the changes when you connect the the remote database. Thanks.

      A 1 Reply Last reply
      0
      • A AmbiguousName

        Hi guys...I do not know whether it is right platform to ask the question. Suppose I update databse on my laptop. Now I want the same database on another location, to be updated automatically...obviously wirelessly. How to do that??:confused:

        modified on Monday, January 4, 2010 1:35 PM

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        What happens to the updates if your wifi connection is down? What happens when there are 2 or more local databases? This is a really bad design. If you are working offline (local database) then you need to implement a replication strategy. This involves more than just shoving data back and forth.

        Never underestimate the power of human stupidity RAH

        A 1 Reply Last reply
        0
        • S Stryder_1

          Hi, It will likely depend on the database you are using. Also, is this connected at the same time, or do you mean to have the database on your laptop updated, then when you connect to the other location, it updates at that time? Two main ways: 1) Replication - Review this in your db documentation and return if you have further questions. 2) Do it yourself in code - code your app to send the changes when you connect the the remote database. Thanks.

          A Offline
          A Offline
          AmbiguousName
          wrote on last edited by
          #4

          There is Server1, Server2..... Server2 is nearer than Server1 at some location, to my device. Server2 is selected and the changes are written to the database on it. Now after this, changes should be automatically written to the Server1......hope made it clear to you. Having said this I"ll use your first suggestion.....Replication

          1 Reply Last reply
          0
          • M Mycroft Holmes

            What happens to the updates if your wifi connection is down? What happens when there are 2 or more local databases? This is a really bad design. If you are working offline (local database) then you need to implement a replication strategy. This involves more than just shoving data back and forth.

            Never underestimate the power of human stupidity RAH

            A Offline
            A Offline
            AmbiguousName
            wrote on last edited by
            #5

            Ans#1: what happens if your nearest ATM is not working well. You will have to wait untill it is fixed. Ans#2: In case of 2 or more local DBs, nearest one will be selected to be updated. Apart from this...im a student so any stupidity is hopefully forgiven :)

            M 1 Reply Last reply
            0
            • A AmbiguousName

              Ans#1: what happens if your nearest ATM is not working well. You will have to wait untill it is fixed. Ans#2: In case of 2 or more local DBs, nearest one will be selected to be updated. Apart from this...im a student so any stupidity is hopefully forgiven :)

              M Offline
              M Offline
              Mycroft Holmes
              wrote on last edited by
              #6

              Muzammil Saeed wrote:

              Apart from this...im a student so any stupidity is hopefully forgiven

              Absolutely This is not necessarily stupid, just part of the learning process, what sort of system are you trying to design you have completely confused me with ATM, wireless and nearest database.

              Never underestimate the power of human stupidity RAH

              A 1 Reply Last reply
              0
              • M Mycroft Holmes

                Muzammil Saeed wrote:

                Apart from this...im a student so any stupidity is hopefully forgiven

                Absolutely This is not necessarily stupid, just part of the learning process, what sort of system are you trying to design you have completely confused me with ATM, wireless and nearest database.

                Never underestimate the power of human stupidity RAH

                A Offline
                A Offline
                AmbiguousName
                wrote on last edited by
                #7

                There is Server1, Server2..... Server2 is nearer than Server1 at some location, to my device.Hence Server2 is selected and the changes are written to the database on it. Now after this, changes should be automatically written to the Server1......hope made it clear to you

                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