Questions tagged [cross-server]

37 questions
34
votes
8 answers

Cross-server SQL

I want to port data from one server's database to another server's database. The databases are both on a different mssql 2005 server. Replication is probably not an option since the destination database is generated from scratch on a [time interval]…
Boris Callens
  • 90,659
  • 85
  • 207
  • 305
30
votes
3 answers

MySQL Cross Server Select Query

Is it possible to write a cross server select query using MySQL Client. Basically the setup is like follows. Server IP       Database ---------       -------- 1.2.3.4       Test a.b.c.d       Test I want to write…
Anand Shah
  • 14,575
  • 16
  • 72
  • 110
7
votes
2 answers

Can a upload form upload files to another server?

Is it possible to have a HTML form on server A and have it upload content to server B? Can this be achieved? I am trying to use an iframe with the form starting on the other server, but I need information passed to the form from server A. Would I…
tundoopani
  • 255
  • 9
  • 21
7
votes
2 answers

PostgreSQL cross server query?

Is there a way that I might query a database located on "Server 2" and get my data in "Server 1" ? That is return a set of records from a remote server to my local one. PS: Not cross database query on same server because I know how to do that with…
AlexRednic
  • 326
  • 1
  • 6
  • 17
6
votes
4 answers

Rails Sessions over servers

I'd like to have some rails apps over different servers sharing the same session. I can do it within the same server but don't know if it is possible to share over different servers. Anyone already did or knows how to do it? Thanks
Ricardo Acras
  • 35,784
  • 16
  • 71
  • 112
3
votes
9 answers

Problem calling stored procedure from another stored procedure via classic ASP

We have a classic ASP application that simply works and we have been loathe to modify the code lest we invoke the wrath of some long-dead Greek gods. We recently had the requirement to add a feature to an application. The feature implementation is…
2
votes
1 answer

Want to have a SQL Server run query against a SQL Anywhere DB on another server

I have a SQL Server 2012 database on one server, and a SQL Anywhere 12 database on another server. I want to schedule a nightly select query that pulls data from the SQL Anywhere DB to the SQL Server DB. This is all easily done between two SQL…
Jack L.
  • 21
  • 1
2
votes
1 answer

Allow to get POST data from outter server YII2

i want to make a yii2 route which can receive POST data from other server (of course i know about all risk). I tried to just send it like usual but i got this error message. Error 400 Unable to verify your data submission. more or less is just…
Ryan Arief
  • 983
  • 2
  • 16
  • 36
1
vote
2 answers

PHP cross subdomain session for subdomain on different server

I have 3 domains: member.example.com for centralizer login on SERVER1 news.example.com for news on SERVER1 video.example.com for videos on another server SERVER2 For cross sub domain sessions I'm…
Asad kamran
  • 440
  • 10
  • 21
1
vote
2 answers

How to send data to a cross-server php file?

While developing a native Android app using Dreamweaver's "build" functionality, I found out that I had to use Jquery's JSONP functionality to access dynamic data. The dynamic data, pulled from a mySQL database and populated into a php file, is…
junsungwong
  • 303
  • 1
  • 3
  • 10
1
vote
2 answers

How do you use the JSON data pulled from an external php file in your javascript/html?

I was able to pull the JSON data and put it into my HTML file as a script in my head. How do I gain access to this data? (put it into usable variables) external json.php file (populated with mySQL data): names: [ …
junsungwong
  • 303
  • 1
  • 3
  • 10
1
vote
2 answers

Cross-site XML access using javascript without server access

I asked a question earlier but did not word it correctly so it got brushed over. Basically, I am creating a windows 7 gadget that will access XML data from www.weather.gov and display some current conditions. function weat() { …
Eric
  • 49
  • 4
1
vote
2 answers

Avoid x-domain solutions

I'm currently working on a web application that customers can add to their webpages by adding a javascript link to a js file on my server. The application read all the javascriptfiles from my sever, but I still get an error when trying to use ajax…
Mikael
  • 11
  • 1
1
vote
1 answer

Send data and submit form to different website and get result

Let's say I have a text . Is there any way to: send the text in the input to a separate website with a login screen fill in the login details OR fill in a search box on the site submit the search get search results Assuming this is…
Martin O Leary
  • 633
  • 2
  • 10
  • 29
1
vote
3 answers

How to: Cross-Site posting and redirection in ASP.NET webforms

Scenario: The task I have at hand is to enable a single-signon solution between different organizations/websites. I start as an authenticated user on one organization's website, convert specific information into an Xml document, encrypt the document…
programmer
  • 4,342
  • 4
  • 24
  • 21
1
2 3