Hey everyone.
I have a project where I need to pull data from another server from my parent company. Servers not on the same network and cant connect to that database directly.
Option 1... pull the data from one database to the other and generate the graph i need from the back up of the data.
Option 2, have my project make an XMLHttpRequest to some pages on the other site, have that site create the html I need and display that in my app. Is XMLHttpRequest the right technology? Is there something else?
I really dont want to push the SQL from one database to the other. so any ideas would be great.
I have a project where I need to pull data from another server from my parent company. Servers not on the same network and cant connect to that database directly.
Option 1... pull the data from one database to the other and generate the graph i need from the back up of the data.
Option 2, have my project make an XMLHttpRequest to some pages on the other site, have that site create the html I need and display that in my app. Is XMLHttpRequest the right technology? Is there something else?
I really dont want to push the SQL from one database to the other. so any ideas would be great.