For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > September 2007 > RE: [PHP-DB] Updating 2 Databases from a single form









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author RE: [PHP-DB] Updating 2 Databases from a single form
Bastien Koert

2007-09-27, 10:00 pm


Realistically, there are three options:

1. run the code twice to connect and pass the data to each server
2. set up a primary server and use a stored procedure to load the other server (providing db supports it)
3. set up replication and make one a master and the other a slave and the the replication do its work, the flip to this is to make each server a master and slave them off the other

Bastien> To: php-db@lists.php.net> From: dmoon3@depaul.edu> Date: Thu, 27 Sep 2007 16:42:10 -0500> Subject: [PHP-DB] Updating 2 Databases from a single form> > Hello,> > I was wondering if there is anyway to first connect to two databases > simeltaneously. (both reside on the same server) . After connecting, I have > a single form that I want to use to update data to 2 different tables, both > tables are in different databases.> > So far I have recieved at least 10 ways of doing this and none of them seem > to work.> I know there is a way, but I cant seem to grasp it from the information that > I have acquired so far.> > Important Facts> Both databases have the same login credentials,> Both databases are on the same server,> > > Any ideas? > > -- > PHP Database Mailing List (http://www.php.net/)> To unsubscribe, visit: http://www.php.net/unsub.php>
________________________________________
_________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.as....aspx&mkt=en-us
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com