| | 1 | = Drupal Module DBLIB SQL Server driver |
| | 2 | |
| | 3 | Tags: [[Drupal Summary]] [[MSSQL]] |
| | 4 | |
| | 5 | == Where to obtain |
| | 6 | |
| | 7 | Searching 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 | |
| | 11 | 1. Copy the folder into the Drupal modules directory (Does it need to be here?) |
| | 12 | 2. Create a link to the `dblib` directory in the `/{drupal base}/includes/database/` directory. |
| | 13 | 3. Change the ownership to `www-data` |
| | 14 | 4. Install the driver using the command `sudo apt-get install php5-sybase` |
| | 15 | 5. Restart Apache |
| | 16 | |
| | 17 | [[BackLinks]] |