Using multiple databases for drupal?
Hi, Is it possible to use multiple databases to power a drupal site without editing the drupal core? Raj
Yes, see http://api.drupal.org/api/function/db_set_active/6 ----- Original Message ----- From: "Raja Sekharan" <websweetweb@gmail.com> To: <development@drupal.org> Sent: Thursday, April 09, 2009 1:41 PM Subject: [development] Using multiple databases for drupal? Hi, Is it possible to use multiple databases to power a drupal site without editing the drupal core? Raj
Quoting FGM <fgm@osinet.fr>:
Yes, see http://api.drupal.org/api/function/db_set_active/6
----- Original Message ----- From: "Raja Sekharan" <websweetweb@gmail.com> To: <development@drupal.org> Sent: Thursday, April 09, 2009 1:41 PM Subject: [development] Using multiple databases for drupal?
Hi,
Is it possible to use multiple databases to power a drupal site without editing the drupal core? Raj
But it has to be the same DB vendor (D7 will fix that). -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/
Or you can just use the native DB API in your code, bypassing the Drupal DB API for the non-Drupal bits, which is just what I did to integrate Sage on Oracle 8 with Drupal on top on PDO OCI. ----- Original Message ----- From: "Earnie Boyd" <earnie@users.sourceforge.net> To: <development@drupal.org> Sent: Thursday, April 09, 2009 4:27 PM Subject: Re: [development] Using multiple databases for drupal?
Quoting FGM <fgm@osinet.fr>:
Yes, see http://api.drupal.org/api/function/db_set_active/6
----- Original Message ----- From: "Raja Sekharan" <websweetweb@gmail.com> To: <development@drupal.org> Sent: Thursday, April 09, 2009 1:41 PM Subject: [development] Using multiple databases for drupal?
Hi,
Is it possible to use multiple databases to power a drupal site without editing the drupal core? Raj
But it has to be the same DB vendor (D7 will fix that).
-- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/
participants (3)
-
Earnie Boyd -
FGM -
Raja Sekharan