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. Copy Data from Server to local machine

Copy Data from Server to local machine

Scheduled Pinned Locked Moved C#
databasemysqlsysadminhelpquestion
5 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.
  • K Offline
    K Offline
    kyi kyi
    wrote on last edited by
    #1

    Hi all 1.I would like to copy(programmactically) some tables(Mysql DB) from server into local machine(MS Access) when a user login is successful. 2.After a user has done something on local database, (eg. update, insert etc), the changes will update back the sever database. Is there any idea pls? Could anybody help me? Thanks in advance. Kyi Kyi

    N Y 2 Replies Last reply
    0
    • K kyi kyi

      Hi all 1.I would like to copy(programmactically) some tables(Mysql DB) from server into local machine(MS Access) when a user login is successful. 2.After a user has done something on local database, (eg. update, insert etc), the changes will update back the sever database. Is there any idea pls? Could anybody help me? Thanks in advance. Kyi Kyi

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Are the client and server on the same network? If so you can connect directly to the server from your app and transfer the data. Otherwise you'll need a web service to access the server data


      I know the language. I've read a book. - _Madmatt

      K 1 Reply Last reply
      0
      • N Not Active

        Are the client and server on the same network? If so you can connect directly to the server from your app and transfer the data. Otherwise you'll need a web service to access the server data


        I know the language. I've read a book. - _Madmatt

        K Offline
        K Offline
        kyi kyi
        wrote on last edited by
        #3

        thank you very much. I'll try.

        1 Reply Last reply
        0
        • K kyi kyi

          Hi all 1.I would like to copy(programmactically) some tables(Mysql DB) from server into local machine(MS Access) when a user login is successful. 2.After a user has done something on local database, (eg. update, insert etc), the changes will update back the sever database. Is there any idea pls? Could anybody help me? Thanks in advance. Kyi Kyi

          Y Offline
          Y Offline
          yu jian
          wrote on last edited by
          #4

          1.Get the DataTable from the MYSQL SERVER. and then insert the data to the MS Access. 2.compare the difference of data between MYSQL SERVER and MS ACCESS and then update the changes back to MYSQL SERVER. This web site is useful for you about the connection string. :) http://connectionstrings.com/[^]

          K 1 Reply Last reply
          0
          • Y yu jian

            1.Get the DataTable from the MYSQL SERVER. and then insert the data to the MS Access. 2.compare the difference of data between MYSQL SERVER and MS ACCESS and then update the changes back to MYSQL SERVER. This web site is useful for you about the connection string. :) http://connectionstrings.com/[^]

            K Offline
            K Offline
            kyi kyi
            wrote on last edited by
            #5

            thanks yu-jian :)

            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