[support] Using two databases

Morbus Iff morbus at disobey.com
Tue Dec 12 12:13:24 UTC 2006


> One shouldn't even have to mess with $db_url .  I have a bunch of 
> modules which use db_set_active() successfully in Drupal 4.7 and none 
> touch $db_url.  Most of my code looks something like this:
> 
> $previousdb = db_set_active('mydb');
> $result = pager_query($sql, $limit, 0, NULL);
> // handle results
> db_set_active($previousdb);
> 
> Morbus, are you finding that your code doesn't function correctly 
> without tweaking the global $db_url?  Seems like something might be 

In the above code, where are you specifying the
connection details for the new (second) database?

-- 
Morbus Iff ( death to videodrome long live the new flesh )
Technical: http://www.oreillynet.com/pub/au/779
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus


More information about the support mailing list