| | 17 | |
| | 18 | |
| | 19 | Connecting to a MS SQL Server is supposedly possible from a LAMP machine running drupal, but I don't think it will be easy. See: |
| | 20 | |
| | 21 | http://davejamesmiller.com/blog/web-development/connecting-php-to-sql-server-on-debian-ubuntu |
| | 22 | |
| | 23 | The sqlsrv project provides a SQL server driver, but it only works on Windows servers. There's a fork of sqlsrv which is supposed to work on linux: http://drupal.org/sandbox/rgeorgy/1775970 |
| | 24 | |
| | 25 | Possibly an ODBC approach would work... |
| | 26 | |
| | 27 | https://secure.kitserve.org.uk/content/accessing-microsoft-sql-server-php-ubuntu-using-pdo-odbc-and-freetds |