You are here

SQL Server

Connecting drupal to MS SQL Server

Submitted by nicolas on Sat, 07/14/2012 - 16:55

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:

Subscribe to RSS - SQL Server