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 > Adding to multiple Databases

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-10-04, 10:21
CrazyeD CrazyeD is offline
Registered User
 
Join Date: Feb 2004
Posts: 1
Question Adding to multiple Databases

I am trying to add information from a ASP form to multiple SQL databases. How would I go about doing this? Any help would be great.

Thanks!
Reply With Quote
  #2 (permalink)  
Old 02-10-04, 11:00
sivaroo sivaroo is offline
Registered User
 
Join Date: Nov 2003
Posts: 76
1.multiple connection needed depending on databasename.
2.create sql depending on each table that needs to be updated.

Or create storeproc. with parmeters and call it so it will do the job for you.
HTH
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