Connecting drupal to MS SQL Server
Introduction
While working for a client I needed to make a connection to Microsoft SQL Server. After investigating I found out there are two options: connecting with a PDO driver (only possible on the windows platform for now) or via an ODBC connection. Today I would like to explain the first option, as I needed some time to find out how to do it and combine all the small pieces.
Blog category:
Technology:
- Read more about Connecting drupal to MS SQL Server
- nicolas's blog
- Log in to post comments