I am trying to use Drupal as a front end for my MSSQL database. My concept is to keep Drupal on Linux/Apache with MySQL but have all the content-type fields on a MSSQL database.
Is this the right group for such discussions? If not, what group would be more appropriate for Drupal/MSSQL discussions.
Ideally, I would like to see some Drupal modules that would make content types transparent to the Drupal side, but behind the scenes would split the data and keep the nodes and related functionality on the Drupal side in MySQL and but the actual content type data on the MSSQL side.
Unfortunately, I am new to the Drupal/PHP/Linux world and as of yet have not succeeded in getting MSSQL drivers to work in PHP under Linux.
Any advice or help would be greatly appreciated.