Changes between Initial Version and Version 1 of Drupal Module DBLIB SQL Server driver


Ignore:
Timestamp:
06/09/16 09:01:23 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Drupal Module DBLIB SQL Server driver

    v1 v1  
     1= Drupal Module DBLIB SQL Server driver
     2
     3Tags: [[Drupal Summary]] [[MSSQL]]
     4
     5== Where to obtain
     6
     7Searching for a download of it online is difficult, but we do have a version in our CiviCRM 3rd Party Modules SVN repository.
     8
     9== How to Install
     10
     111. Copy the folder into the Drupal modules directory (Does it need to be here?)
     122. Create a link to the `dblib` directory in the `/{drupal base}/includes/database/` directory.
     133. Change the ownership to `www-data`
     144. Install the driver using the command `sudo apt-get install php5-sybase`
     155. Restart Apache
     16
     17[[BackLinks]]