How do I connect to two databases at the same time

2002-06-10 Thread Fred Kamwaza
. It there another I could do it? Fred Kamwaza - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED

RE: How do I connect to two databases at the same time

2002-06-10 Thread Fred Kamwaza
server. Fred Kamwaza. I donĀ“t know what API or languaje are you usin, but i think in c, perl, php you should open two conection with two diferent names $link=mysql_connect(192.168.1.11, www, pass) or die (Could not connect); $link2=mysql_connect(192.168.1.10, www, pass) or die