Tagged Questions
The cross-server tag has no wiki summary.
5
votes
7answers
5k views
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 ...
3
votes
2answers
77 views
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 ...
3
votes
3answers
4k views
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
--------- ...
3
votes
9answers
3k views
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 ...
3
votes
4answers
625 views
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 ...
1
vote
2answers
60 views
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 ...
1
vote
2answers
66 views
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 ...
1
vote
2answers
63 views
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 ...
1
vote
2answers
43 views
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, ...
1
vote
3answers
2k views
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 ...
0
votes
1answer
113 views
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 ...
0
votes
3answers
75 views
Is there a way to put several SQL to diffrente servers inside the same transaction?
In my system we do action, and for reporting sake we log that action on another server (star schema if it interests).
Obviously I need the action updates/inserts be in the same transaction as the ...
0
votes
1answer
159 views
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 ...
0
votes
2answers
329 views
Debugging JSON in GWT (Cross Server)
How do I pass the jsonObj from the javascript code in getJson to the java code handleJsonResponse. If my syntax is correct, what do I do with a JavaScriptObject?
I know that the jsonObj contains ...
0
votes
0answers
46 views
Cross server file transfer possibility- winserver2008?
Guys, I am new to this. Thus, really need your expert advice.
I want to transfer file from C:/inetpub/vhosts/domain.com/subfolderA from Server 1 in location A
into
E:/inetpub/vhosts/domain.com of ...