If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP project crossing different websites

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-06-04, 10:45
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
Unhappy How to send the form to different website

When a user submits a registration form, all data from the form will be saved in my database which is MSSQL server 2000. At the same time, I want to send the data to the other website located on the different server. Does anyone have any idea about it? Thanks in advance.

Last edited by gyuan; 01-07-04 at 11:59.
Reply With Quote
  #2 (permalink)  
Old 01-07-04, 18:14
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Perhaps on the other Web site have a page that can take a querystring and enter that data into the database. And on the first Web site have a popup window link to the second Web site with directions for the user to click the link to enter the data into the other site (and then the user can close the window).

It's clunky but at least it's something.
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #3 (permalink)  
Old 01-07-04, 19:09
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
What do you mean when you say "I want to send the data to the other website located on the different server" ? Do you mean to another sql server instance ?
Reply With Quote
  #4 (permalink)  
Old 01-07-04, 22:17
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
co-registration

Quote:
Originally posted by rnealejr
What do you mean when you say "I want to send the data to the other website located on the different server" ? Do you mean to another sql server instance ?
That's the co-registration project. When a user submits a registration form on website A, the user's info needs to be sent to another website B and to be stored into B's database which is located on another database server.
Reply With Quote
  #5 (permalink)  
Old 01-07-04, 22:42
Patrick Chua Patrick Chua is offline
Registered User
 
Join Date: Jul 2003
Location: Penang, Malaysia
Posts: 212
You can write your ASP script to update 2 SQL Server databases

or

You can replicate table data from 1 SQL Server instance 2 the other.

or

You can do a link server from SQL Server 1 to 2 and do a join view.
__________________
Patrick Chua
LBMS ( Learn By My Self) NPQ ( No paper Qualification )
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On