Changes between Version 2 and Version 3 of ice_messaging


Ignore:
Timestamp:
09/18/12 17:41:57 (12 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ice_messaging

    v2 v3  
    1515  db_set_active(); // without the paramater means set back to the default for the site
    1616}}}
     17
     18
     19Connecting 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
     21http://davejamesmiller.com/blog/web-development/connecting-php-to-sql-server-on-debian-ubuntu
     22
     23The 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
     25Possibly an ODBC approach would work...
     26
     27https://secure.kitserve.org.uk/content/accessing-microsoft-sql-server-php-ubuntu-using-pdo-odbc-and-freetds