I have an online hosted website that uses mysql database.
Now, what I am trying to do was to update my remote database. What I mean was, a different mysql database that is not online.
I used php and mysql in my website and vb.net and mysql on the remote computer.
I needed something of an update button on my vb.net application to synchronize my online mysql database with the remote mysql database.
To give you a clearer scenario:
I have an online grading system wherein the instructors in my school can upload the grades of their students. I also have a kiosk type stand within the school that the students can use to view their grades. The problem arises, how can I update the kiosks' database and gather data from the online database?
Now, what I am trying to do was to update my remote database. What I mean was, a different mysql database that is not online.
I used php and mysql in my website and vb.net and mysql on the remote computer.
I needed something of an update button on my vb.net application to synchronize my online mysql database with the remote mysql database.
To give you a clearer scenario:
I have an online grading system wherein the instructors in my school can upload the grades of their students. I also have a kiosk type stand within the school that the students can use to view their grades. The problem arises, how can I update the kiosks' database and gather data from the online database?
Comment