I have an intranet application based on Drupal and connecting to Oracle 8i (Sage business app): I found it simpler to ignore the Drupal DB layer for everything Oracle related and just use PDO. It avoids both the issues of having to switch back and forth between active DBs and the need to backport the Drupal Oracle layer to Oracle 8. You might want to consider a similar approach. ----- Original Message ----- From: "Ron Dorman" <rwd@simplydigtech.net> To: <development@drupal.org> Sent: Wednesday, August 15, 2007 9:53 PM Subject: Re: [development] ASP Integration with Drupal? [...]
http://api.drupal.org/?q=api/function/db_set_active/HEAD Thank you Khalid. Good info, but no support for the3rd parties MSSQL server in Drupal's abstraction layer, although I think I remember that someone was working it.
This may be a good starting place, thanks.
Ron D.